Created
January 26, 2012 16:19
-
-
Save LeaVerou/1683580 to your computer and use it in GitHub Desktop.
Weird body sizing
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
/** | |
* Weird body sizing | |
*/ | |
html, body { | |
min-height: 100%; | |
} | |
html { | |
background: red; | |
} | |
body { | |
background: green; | |
margin: 0; | |
} |
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
{"view":"split-vertical","prefixfree":"","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment