Created
December 5, 2012 21:16
-
-
Save clone1018/4219565 to your computer and use it in GitHub Desktop.
A CodePen by Luke Strickland.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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