Skip to content

Instantly share code, notes, and snippets.

@patrickkettner
Forked from anonymous/dabblet.css
Created April 17, 2012 20:28
Show Gist options
  • Save patrickkettner/2408783 to your computer and use it in GitHub Desktop.
Save patrickkettner/2408783 to your computer and use it in GitHub Desktop.
Untitled
div {
width: 250px;
background: blue;
}
#select {
display: block;
margin: auto;
width: auto
}
<div><select id="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":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment