Skip to content

Instantly share code, notes, and snippets.

@iamstarkov
Created May 12, 2012 20:17
Show Gist options
  • Save iamstarkov/2668736 to your computer and use it in GitHub Desktop.
Save iamstarkov/2668736 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
#menu {
width:900px;
margin:0 auto;
overflow: hidden;
}
#menu ul {
width: 100%;
margin:0;
padding:0;
float: right;
}
#menu li {
margin:10px;
list-style: none;
display: inline-block;
}
#menu .item-101,
#menu .item-113,
#menu .item-114 {
float: left;
}
<div id="menu">
<ul class="menu">
<li class="item-101"><a href="/">Home</a></li>
<li class="item-113"><a href="/sobre">Sobre</a></li>
<li class="item-114"><a href="/portfolio">Portfolio</a></li>
<li class="item-115"><a href="/bastidores">Bastidores</a></li>
<li class="item-116"><a href="/blog">Blog</a></li>
<li class="item-117"><a href="/contato">Contato</a></li>
</ul>
</div>
{"view":"separate","fontsize":"100","seethrough":"1","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment