Skip to content

Instantly share code, notes, and snippets.

@hilkbahar
Created April 27, 2017 07:07
Show Gist options
  • Save hilkbahar/ec06b3eeeedbc21f19ee954b39114308 to your computer and use it in GitHub Desktop.
Save hilkbahar/ec06b3eeeedbc21f19ee954b39114308 to your computer and use it in GitHub Desktop.
html {
height: 100%;
box-sizing: border-box;
}
body {
position: relative;
padding-bottom: 6rem;
min-height: 100%;
}
.footer {
position: absolute;
right: 0;
bottom: 0;
left: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment