Difference between revisions of "CSS GUIDE COLOR"
(→Legal Values) |
(→Legal Values) |
||
Line 24: | Line 24: | ||
*Hexadecimal (preferred) - Range: #000000 - #ffffff | *Hexadecimal (preferred) - Range: #000000 - #ffffff | ||
− | *Color Name - red, blue | + | *Color Name - red, green, blue |
*RGB Value - (10,20,30) | *RGB Value - (10,20,30) | ||
Revision as of 12:23, 28 October 2006
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:
- Hexadecimal (preferred) - Range: #000000 - #ffffff
- Color Name - red, green, blue
- RGB Value - (10,20,30)
See usage examples section for more details.