j Ulysses Style Sheet Reference
text-alignment
The horizontal alignment of a paragraph’s text.
Availability
Available in: Paragraph, Headers and Footers, Footnotes Area, Figures, Figure Captions, Divider, Block, List
Type
Available values
Value | Description |
---|---|
left |
Text is aligned left. Used as default. |
center |
Text is centered. |
right |
Text is aligned right. |
justified |
Use justified text alignment. |
Default value
left
Inherited
Yes.
Example
paragraph {
text-alignment: justified
}
heading-all {
text-alignment: left
}