Skip to content

Instantly share code, notes, and snippets.

@avaly
Created March 18, 2014 14:03
Show Gist options
  • Save avaly/9620708 to your computer and use it in GitHub Desktop.
Save avaly/9620708 to your computer and use it in GitHub Desktop.
Untitled
.test {
position: relative;
width: 500px;
height: 5em;
background: #fcc;
border: solid 1px red;
}
.test .parent {
position: absolute;
left: 0;
top: 0;
right: 20%;
background: #ccf;
}
.test .parent input {
width: 100%;
}
<div class="test">
<div class="parent">
<input type="text">
</div>
</div>
// alert('Hello world!');
{"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