Created
March 2, 2013 12:17
-
-
Save leoneed/5070748 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="content"> | |
<div>test test</div> | |
<div></div> | |
<div>test test test</div> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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