CSS ref Text
From w3cyberlearnings
# | Property | CSS | Description |
---|---|---|---|
1 | color | 1 | Sets the color of text |
2 | direction | 2 | Sets the text direction/writing direction |
3 | letter-spacing | 1 | Increases or decreases the space between characters in a text |
4 | line-height | 1 | Sets the line height |
5 | text-align | 1 | Sets the horizontal alignment of text |
6 | text-decoration | 1 | Sets the decoration added to text |
7 | text-indent | 1 | Sets the indentation of the first line in a text-block |
8 | text-transform | 1 | Controls the capitalization of text |
9 | unicode-bidi | 2 | for unicode |
10 | vertical-align | 1 | Sets the vertical alignment of an element |
11 | white-space | 1 | Sets how white-space inside an element is handled |
12 | word-spacing | 1 | Increases or decreases the space between words in a text |
13 | hanging-punctuation | 3 | Sets whether a punctuation character may be placed outside the line box |
14 | punctuation-trim | 3 | Sets whether a punctuation character should be trimmed |
15 | text-align-last | 3 | Describes how the last line of a block or a line right before a forced line break is aligned when text-align is "justify" |
16 | text-justify | 3 | Sets the justification method used when text-align is "justify" |
17 | text-outline | 3 | Sets a text outline |
18 | text-overflow | 3 | Sets what should happen when text overflows the containing element |
19 | text-shadow | 3 | Adds shadow to text |
20 | text-wrap | 3 | Sets line breaking rules for text |
21 | word-break | 3 | Sets line breaking rules for non-CJK scripts |
22 | word-wrap | 3 | Allows long, unbreakable words to be broken and wrap to the next line |