Skip to content

Instantly share code, notes, and snippets.

@clone1018
Created December 5, 2012 21:16
Show Gist options
  • Save clone1018/4219565 to your computer and use it in GitHub Desktop.
Save clone1018/4219565 to your computer and use it in GitHub Desktop.
A CodePen by Luke Strickland.
<ul class="nav nav-list span3">
<li class="nav-header">List header</li>
<li class="active"><a href="#">Home</a></li>
<li><a href="#">Library</a></li>
</ul>
body {
width: 500px;
margin: 0 auto;
padding:20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment