Skip to content

Instantly share code, notes, and snippets.

@jah2488
Created April 14, 2017 00:57
Show Gist options
  • Save jah2488/a3eee271e7212c5e8390bb8e8ac08e79 to your computer and use it in GitHub Desktop.
Save jah2488/a3eee271e7212c5e8390bb8e8ac08e79 to your computer and use it in GitHub Desktop.
html {
background: #F7F7F7;
color: red;
height: 100%;
}
body {
min-height: 100%;
}
.wrapper {
min-height: 100%;
display: flex;
flex-direction: column;
}
.content {
flex: 1 0 auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment