Skip to content

Instantly share code, notes, and snippets.

@JoshuaFrontEnd
Created August 17, 2020 17:32
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 JoshuaFrontEnd/8d1ecc1762379ae312fae71a768e5ec9 to your computer and use it in GitHub Desktop.
Save JoshuaFrontEnd/8d1ecc1762379ae312fae71a768e5ec9 to your computer and use it in GitHub Desktop.
html, body {
height: 100%;
}
body {
display: flex;
flex-direction: column;
}
.content {
flex: 1 0 auto;
}
.footer {
flex-shrink: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment