| Property | Description | Values |
|---|---|---|
| letter−spacing | Sets the space between letters. If a length is used it must be in units of measurement. | normal length |
| line−height | Sets the height of the line. normal is the default number is a multiple of the current font size length is in units of measurement | normal number length percentage |
| list−style−image | Defines the URL of an image to be used as the bullet marker for each item in the list. | none url |
| list−style−position | Sets whether the list marker will be placed inside or outside relative to the list body. | inside outside |
| list−style−type | Sets the type of bullet used to precede each item in the list. | none circle disk square decimal lower−alpha upper−alpha lower−roman upper−roman disk |
| text−align | Determines how text will be aligned within the container element. This replaces the depreciated HTML attribute align="alignment". | left right center justify |
| text−decoration | Specifies any special appearance of the text. | none underline overline line−through |
| text−indent | Sets the indentation value. length is in units of measurement percentage is as % of the container element's width | length percentage |
| text−transform | Sets the first character of each word in the element to uppercase or every character in the element to uppercase or every character in the element to lowercase. | none capitalize uppercase lowercase |
| vertical−align | Controls the vertical alignment of the element | baseline middle sub super text-top text-bottom top bottom |
|
|