Text Color
The color property is used to set the color of the text. The color can be specified by:
name - a color name, like "red"
RGB - an RGB value, like "rgb(255,0,0)"
Hex - a hex value, like "#ff0000"
The default color for a page is defined in the body selector.
Example
h1 {text-align:center;}
p.date {text-align:right;}
p.main {text-align:justify


LinkBack URL
About LinkBacks



Reply With Quote