Sunday, July 26, 2009

CSS stuff

Just a CSS snippet to help me on my way...


p {margin-left: 2px; margin-top: 80px; margin-right: 45px; margin-bottom: -5px; }


a.nav:link {color: red; text-decoration: none; }
a.nav:visited {color: purple; text-decoration: none; }
a.nav:hover {color: orange; text-decoration: underline; }
a.nav:active {color: blue; }








No comments: