Skip to content

Instantly share code, notes, and snippets.

@kyleschmolze
Created October 8, 2014 22:42
Show Gist options
  • Save kyleschmolze/f5962ee6a6d92f70959f to your computer and use it in GitHub Desktop.
Save kyleschmolze/f5962ee6a6d92f70959f to your computer and use it in GitHub Desktop.
A Pen by Kyle Nichols-Schmolze.
<nav>
<a href='/'>Link 1</a>
<a href='/'>Link 2</a>
<a href='/'>Link 3</a>
<a href='/'>Link 4</a>
<a href='/'>Link 5</a>
</nav>
nav {
background-color: #ddd;
padding: 10px;
}
a {
}
/* Clear fix hack */
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment