Skip to content

Instantly share code, notes, and snippets.

@jklm313
Created September 15, 2012 18:27
Show Gist options
  • Save jklm313/3729182 to your computer and use it in GitHub Desktop.
Save jklm313/3729182 to your computer and use it in GitHub Desktop.
Untitled
.lft-column {
width: 70%;
float: left;
background: indianred;
}
.rt-column {
width: 30%;
overflow: hidden;/* This does the magic */
background: dodgerblue;
}
/* VISUAL */
html, body, .lft-column, .rt-column {
height: 100%;
}
<div class="lft-column"></div>
<div class="rt-column"></div>
{"view":"separate","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