CSS GUIDE COLOR
This document is a work in progress and is subject to change.
Contents
Summary
The color property is used the set the text color for a given element.
Applicability: | The color property can be used for all CSS elements. | |
Media Group: | Visual | |
Inherited: | Yes |
Syntax
Legal Values
Values can be entered in 3 ways:
- Color Name:
See #usage examples section for more details.
The color value can be a color name (red), a rgb value (rgb(255,0,0)), or a hex number (#ff0000).PX preferred.