Skip to content

Instantly share code, notes, and snippets.

@vmunhoz
Created August 7, 2013 12:56
Show Gist options
  • Save vmunhoz/6173807 to your computer and use it in GitHub Desktop.
Save vmunhoz/6173807 to your computer and use it in GitHub Desktop.
Full height collumn
.main {
position:relative;
margin-left:20%;
}
.sub {
position:absolute;
top:0;
bottom:0;
width:20%;
}
.sub.left {
left:0;
}
.sub.right {
right:0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment