Skip to content

Instantly share code, notes, and snippets.

@SashaKolbasov
Created January 4, 2017 09:44
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 SashaKolbasov/5c43c8e35277303a3f77e83d785baee7 to your computer and use it in GitHub Desktop.
Save SashaKolbasov/5c43c8e35277303a3f77e83d785baee7 to your computer and use it in GitHub Desktop.
Footer Clamp Down
* {
margin: 0;
padding: 0;
}
html,
body {
height: 100%;
}
.wrapper {
display: flex;
flex-direction: column;
height: 100%;
}
.content {
flex: 1 0 auto;
}
.footer {
flex: 0 0 auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment