Last active
May 17, 2019 06:16
-
-
Save kkga/db9d20b812fc158cc272be5f96f4e58f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* { 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