Skip to content

Instantly share code, notes, and snippets.

@co0kie
Created February 11, 2015 06:35
Show Gist options
  • Save co0kie/8ef4820537aeda686f10 to your computer and use it in GitHub Desktop.
Save co0kie/8ef4820537aeda686f10 to your computer and use it in GitHub Desktop.
bNaoyJ
<header>
<div class="logo">
<a href="#" title=""><img src="http://placehold.it/150x150" alt=""></a>
</div>
<nav>
<ul>
<li><a href="#" title="">Lorem</a></li>
<li><a href="#" title="">Lorem</a></li>
<li><a href="#" title="">Lorem</a></li>
<li><a href="#" title="">Lorem</a></li>
<li><a href="#" title="">Lorem</a></li>
</ul>
</nav>
</header>
/* reset */
ul{
list-style: none;
margin: 0;
padding: 0
}
a{
color: #fff;
text-decoration: none
}
/* reset:end */
header{
background-color: #000;
overflow: hidden;
padding: 8px
}
@media only screen and (min-width: 768px){
.logo{
float: left;
margin-right: 20px;
}
nav li{
float: left;
margin-right: 10px
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment