CSS Help
Text Properties
| Property | Description | Values |
| color | Specifies the color of the text | color |
| direction | Specifies the text reading direction | ltr rtl |
| letter-spacing | Specifies the distance between text characters | normal pixels (ex: 2px) |
| text-align | Specifies the text alignment | left right center justify |
| text-decoration | Specifies what decorations to add to text | none underline overline line-through blink |
| text-indent | Specifies the indentation of the first line of text | pixels (ex: 10px) % (ex: 5%) |
| text-shadow | Specifies the drop shadow properties for the text | none color pixels (ex: 5px) |
| text-transform | Alters textual characters to meet specified transform | none capitialize uppercase lowercase |
| unicode-bidi | normal embed bidi-override |
|
| white-space | Specifies how the browser shoud handle white space in an element | normal pre nowrap |
| word-spacing | Specifies the distance between words | normal pixels (ex: 4px) |



