Skip to content

Instantly share code, notes, and snippets.

@leoneed
Created March 2, 2013 12:17
Show Gist options
  • Save leoneed/5070748 to your computer and use it in GitHub Desktop.
Save leoneed/5070748 to your computer and use it in GitHub Desktop.
Untitled
.content
{
width: 500px;
height: 150px;
background: #ddd;
position: relative;
}
.content div
{
vertical-align: top;
background: #eee;
display: inline-block;
height: 100%;
position: relative;
}
.content div:nth-child(1)
{
}
.content div:nth-child(2)
{
}
.content div:nth-child(3)
{
right: 0;
}
<div class="content">
<div>test test</div>
<div></div>
<div>test test test</div>
</div>
{"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