Skip to content

Instantly share code, notes, and snippets.

@smileyj68
Created June 25, 2012 19:43
Show Gist options
  • Save smileyj68/2990787 to your computer and use it in GitHub Desktop.
Save smileyj68/2990787 to your computer and use it in GitHub Desktop.
Foundation 3 Side Nav
<ul class="side-nav">
<li class="active"><a href="#">Link 1</a></li>
<li><a href="#">Link 2</a></li>
<li class="divider"></li>
<li><a href="#">Link 3</a></li>
<li><a href="#">Link 4</a></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment