Skip to content

Instantly share code, notes, and snippets.

@WebsiteStudents
Last active December 12, 2015 10:08
Show Gist options
  • Save WebsiteStudents/4756442 to your computer and use it in GitHub Desktop.
Save WebsiteStudents/4756442 to your computer and use it in GitHub Desktop.
Code to add a "hover state" to our first nav button. Use this to replace the /* NAV BUTTON STYLE - HOVER STATE CODE */ comment in the CSS code.
.mainnav ul li.grissom a:hover {
background: rgba(51,102,204,1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment