Property |
Valid Values |
Sample Usage |
letter-spacing |
normal | length |
{ letter-spacing: 2pt } |
line-height |
normal | number | length | percentage |
{ line-height: 5pt } |
text-align |
left | right | center | justify |
{ text-align: center } |
text-decoration |
none | underline | overline | line-through |
{ text-decoration: underline } |
text-indent |
length | percentage |
{ text-indent: 20px } |
text-shadow |
length (2,3) [ blur | color ] |
{ textshadow: 3px 3px 3px gray } |
text-transform |
capitalize | uppercase | lowercase | none |
{ text-transform: lowercase } |
vertical-align |
baseline | sub | super | top | middle | bottom | text-top | text-bottom |
{ vertical-align: top } |