Skip to content

Instantly share code, notes, and snippets.

@jakerocheleau
Forked from jklm313/dabblet.css
Created September 15, 2012 22:18
Show Gist options
  • Save jakerocheleau/3730082 to your computer and use it in GitHub Desktop.
Save jakerocheleau/3730082 to your computer and use it in GitHub Desktop.
Untitled
.lft-column {
width: 70%;
background: indianred;
}
.rt-column {
width: 250px;
overflow: hidden;/* This does the magic */
float: right;
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