Home Up Feedback Banner Exchange Link Xchange

Color Properties

 

Home
Basic CSS Selector
Text Properties
Color Properties
Border Properties
DHTML 3D Text
Changing Cursors
CSS Menu
Creating Multi Color Links
Webmaster's Glossary
How can I Add Favicon

 

 

 

 

 

1. What is CSS Color Property?

     With using color property you can assign a specific color to a selector. The text color of the selector or tag will be changed to the color you specified in style Sheet.
Example:


    P { color:#000080; }
    A { color:blue; font-family:verdana; }
    H2 { color: rgb(10%, 20%, 62%); }
 

You can specify color by hexadecimal color cod