Skip to content

Instantly share code, notes, and snippets.

@roachhd
Created November 12, 2014 03:20
Show Gist options
  • Select an option

  • Save roachhd/c3c3c27b3b20182135cf to your computer and use it in GitHub Desktop.

Select an option

Save roachhd/c3c3c27b3b20182135cf to your computer and use it in GitHub Desktop.
Lush Gist Demo
<header class="page-row">
<h1>Site Title</h1>
</header>
<main class="page-row page-row-expanded">
<p>Page content goes here.</p>
</main>
<footer class="page-row">
<p>Copyright, blah blah blah.</p>
</footer>
html,
body { height: 100%; }
body {
display: table;
width: 100%;
}
.page-row {
display: table-row;
height: 1px;
}
.page-row-expanded { height: 100%; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment