Skip to content

Instantly share code, notes, and snippets.

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