Skip to content

Instantly share code, notes, and snippets.

@besedin-art
Created September 4, 2012 07:43
Show Gist options
  • Save besedin-art/3618080 to your computer and use it in GitHub Desktop.
Save besedin-art/3618080 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
*/
.wrap {
/* demo */
margin: 100px;
background: lime;
padding: 20px;
}
.inp {
width: 100%;
/* demo */
border-radius: 10px;
padding: 0 5px;
border: 5px solid red;
}
<div class="wrap">
<div class="inp_wrap">
<input class="inp" />
</div>
</div>
{"view":"split-vertical","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