Skip to content

Instantly share code, notes, and snippets.

@nbatalla03
Created March 17, 2014 05:47
Show Gist options
  • Save nbatalla03/9594559 to your computer and use it in GitHub Desktop.
Save nbatalla03/9594559 to your computer and use it in GitHub Desktop.
<nav>
<li>Home</li>
<li class="active">About</li>
<li>Contact</li>
</nav>
.active {
background: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment