| ZVON > References > CSS1 Reference |
| Intro / Search / ZVON |
| Property: | color |
| Values: | <color> |
| Initial: | UA specific |
| Inherited: | yes |
This property describes the text color of an element (often referred to as the foreground color). There are different ways to specify red:
EM { color: red } /* natural language */
EM { color: rgb(255,0,0) } /* RGB range 0-255 */
|
|
|