Created
August 17, 2012 15:45
-
-
Save anonymous/3380019 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
.page { | |
width: 960px; | |
border: solid 1px #555; | |
padding: 30px 70px; | |
overflow: auto; | |
} | |
.left { | |
float: left; | |
width: 340px; | |
background: #efefef; | |
height: 100%; | |
} | |
.right { | |
float: right; | |
width: 340px; | |
background: #efefef; | |
} |
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="page"> | |
<div class="left"> | |
<p>meh left a cetain lengthof content</p> | |
</div> | |
<div class="right"> | |
<p>meh right a much much much much much much much much much much much much much much much much much much much much longer amount</p> | |
</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