Heading Hovers

Add this tag to your css:
h1
{color: #FF00FF;
font-size: 20px;
font-weight: bold;
text-decoration: underline;}

h1:hover
{color: #FFFFFF;
font-size: 20px;
font-weight: bold;
text-decoration: underline;}

Inside the brackets, add or change anything you want. You can replace h1 with h2, h3, h4, h5, or h6. Enjoy!

© Stainedink.com 2007 - 2008