CSS Style Sheet Example for Links, change colors to whatever colors you want. Place the style code in the head section of your page, and the links in the body section of your page.
a:link {background-color:#3333CC;}
a:visited {background-color:#FFCC33;}
a:hover {background-color:#FF3300;}
a:active {background-color:#3399FF;}
Style Code
Links
Here is a great HTML Color Chart
No comments:
Post a Comment
Leave A Comment