Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@aspirisen
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aspirisen/757100ec4bc9102dda1f to your computer and use it in GitHub Desktop.
Save aspirisen/757100ec4bc9102dda1f to your computer and use it in GitHub Desktop.
Untitled
input + .navigation{
background: red;
}
input:checked ~ .navigation{
display: none;
}
<ul class="navigation">
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
<li class="nav-item"><a href="#">Home</a></li>
<li class="nav-item"><a href="#">Portfolio</a></li>
<li class="nav-item"><a href="#">About</a></li>
<li class="nav-item"><a href="#">Blog</a></li>
<li class="nav-item"><a href="#">Contact</a></li>
</ul>
// alert('Hello world!');
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment