Skip to content

Instantly share code, notes, and snippets.

@wickywills
Last active February 9, 2018 15:16
Show Gist options
  • Save wickywills/ea3e1b23fbc91e2f1b56bab1e371bddc to your computer and use it in GitHub Desktop.
Save wickywills/ea3e1b23fbc91e2f1b56bab1e371bddc to your computer and use it in GitHub Desktop.
```html
html {
height: 100%;
}
body {
min-height: 100%;
}
div {
height: 100vh;
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment