Skip to content

Instantly share code, notes, and snippets.

@elusiveunit
Last active December 17, 2015 06:18
Show Gist options
  • Save elusiveunit/5564006 to your computer and use it in GitHub Desktop.
Save elusiveunit/5564006 to your computer and use it in GitHub Desktop.
Sticky footer with table display
html, body, .wrap, article {
height: 100%;
}
.wrap {
display: table;
width: 100%;
}
header, article, footer {
display: table-row;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment