CSS Property: color
Foreground color, primarily setting text color.
Possible Values
Value | Example |
---|---|
[color] | #00cc33 |
inherit | |
initial | |
unset |
Example
p { color: red; }
#squirrel { color: rgba(255,192,0,0.5); }
color
Foreground color, primarily setting text color.
Value | Example |
---|---|
[color] | #00cc33 |
inherit | |
initial | |
unset |
p { color: red; }
#squirrel { color: rgba(255,192,0,0.5); }