Skip to content

Instantly share code, notes, and snippets.

@kkga
Last active May 17, 2019 06:16
Show Gist options
  • Save kkga/db9d20b812fc158cc272be5f96f4e58f to your computer and use it in GitHub Desktop.
Save kkga/db9d20b812fc158cc272be5f96f4e58f to your computer and use it in GitHub Desktop.
* { box-sizing: border-box; }
html, body { min-height: 100vh; margin: 0; }
div,
html,
body,
nav,
header,
hgroup,
footer,
section,
article {
position: relative;
display: flex;
flex-direction: column;
flex-shrink: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment