Skip to content

Instantly share code, notes, and snippets.

@crecotun
Created February 15, 2012 10:34
Show Gist options
  • Save crecotun/1834939 to your computer and use it in GitHub Desktop.
Save crecotun/1834939 to your computer and use it in GitHub Desktop.
Untitled
html, body {
height: 100%;
margin:0;
}
.wrapper {
height: 100%;
}
.content {
background: #ccc;
width: 100px;
margin: 0 auto;
height: auto !important; height: 100%; min-height: 100%;
}
footer {
height: 50px;
margin: -50px 0 0 0;
background: #000;
}
<div class="wrapper">
<div class="content">
sdvsdv
</div>
</div>
<footer>
</footer>
{"view":"split-vertical","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment