Skip to content

Instantly share code, notes, and snippets.

@claudioc
Last active August 17, 2017 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save claudioc/628f006bf1cfb8371b3546bef3b91a28 to your computer and use it in GitHub Desktop.
Save claudioc/628f006bf1cfb8371b3546bef3b91a28 to your computer and use it in GitHub Desktop.
<div class="page">
<header></header>
<section class="content"></section>
<footer></footer>
</div>
.page {
display: flex;
flex-direction: column;
min-height: <anything>;
}
.content {
flex-grow: 1;
}
footer {
// Look ma: nothing here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment