Skip to content

Instantly share code, notes, and snippets.

@ynonp
Created February 27, 2013 09:10
Show Gist options
  • Save ynonp/5046507 to your computer and use it in GitHub Desktop.
Save ynonp/5046507 to your computer and use it in GitHub Desktop.
Untitled
#nav {
list-style: none;
padding: 0; margin: 0;
display: none;
}
li {
display: inline-block;
padding: 10px;
background: #777;
color: white;
font-size: 32px;
width: 180px;
margin: 10px;
border-radius: 20px;
}
@media (min-width: 700px ) {
}
<ul id="nav">
<li>Google</li>
<li>Apple</li>
<li>Microsoft</li>
</ul>
<select>
<option>Google</option>
<option>Microsoft</option>
<option>Apple</option>
</select>
// alert('Hello world!');
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment