Skip to content

Instantly share code, notes, and snippets.

Created August 17, 2012 15:45
Show Gist options
  • Save anonymous/3380019 to your computer and use it in GitHub Desktop.
Save anonymous/3380019 to your computer and use it in GitHub Desktop.
Untitled
.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;
}
<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/>
{"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