Heading Hovers
Add this tag to your css:h1Inside the brackets, add or change anything you want. You can replace h1 with h2, h3, h4, h5, or h6. Enjoy!
{color: #FF00FF;
font-size: 20px;
font-weight: bold;
text-decoration: underline;} h1:hover
{color: #FFFFFF;
font-size: 20px;
font-weight: bold;
text-decoration: underline;}
