Skip to content

Instantly share code, notes, and snippets.

@varya
Created February 12, 2014 10:58
Show Gist options
  • Save varya/8953456 to your computer and use it in GitHub Desktop.
Save varya/8953456 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
*/
.container
{
width: 200px;
border: red 1px solid;
}
input
{
width: 100%;
padding: 10px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
<div class="container">
<input/>
</div>
// alert('Hello world!');
{"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