Skip to content

Instantly share code, notes, and snippets.

Created April 17, 2012 20:27
Show Gist options
  • Save anonymous/2408782 to your computer and use it in GitHub Desktop.
Save anonymous/2408782 to your computer and use it in GitHub Desktop.
Untitled
div {
width: 250px;
background: blue;
}
select {
font-size: 500px;
display: block;
margin: auto
}
<div><select>
<option>chrome</option>
<option>firefox</option>
<option>ie</option>
<option>opera</option>
<option>netscape</option>
<option>lynx</option>
</select>
</div>
{"view":"split","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