Skip to content

Instantly share code, notes, and snippets.

@WebsiteStudents
Last active December 13, 2015 21:48
Show Gist options
  • Save WebsiteStudents/4979780 to your computer and use it in GitHub Desktop.
Save WebsiteStudents/4979780 to your computer and use it in GitHub Desktop.
CSS code for the "active state" of our nav button.
.grissompage .mainnav ul li.grissom a {
background: url("images/nav-icon.png") no-repeat scroll 2% 50% rgba(0, 0, 0, 1);
color: #FFF;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment