Skip to content

Instantly share code, notes, and snippets.

@minitech
Created November 7, 2012 15:49
Show Gist options
  • Save minitech/4032390 to your computer and use it in GitHub Desktop.
Save minitech/4032390 to your computer and use it in GitHub Desktop.
Absolute positioning for full height
/**
* Absolute positioning for full height
*/
body {
margin: 0;
}
#container {
background-color: #07f;
bottom: 0;
position: absolute;
top: 0;
width: 30%;
}
<div id="container"></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