text-align = ...
Specifies the horizontal alignment of text within the markup element.
This field takes a single text value. The following values are accepted:
- {left}: The text is aligned on the left, and ragged on the right.
- {right}: The text is aligned on the right, and ragged on the left.
- {center}: Each line is centered horizontally and ragged on both sides.
- {justify}: The text is aligned on both sides.