Skip to content

Instantly share code, notes, and snippets.

@chestozo
Created September 3, 2013 13:41
Show Gist options
  • Save chestozo/6424087 to your computer and use it in GitHub Desktop.
Save chestozo/6424087 to your computer and use it in GitHub Desktop.
Untitled
.c {
background: red;
display: inline-block;
height: 2em;
width: 300px;
}
.b {
float: right;
background: green;
height: 2em
}
.w {
overflow: hidden;
}
.w input {
width: 100%;
}
<div class="c">
<div class="b">Button</div>
<div class="w">
<input type="text" />
</div>
</div>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"70","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment