Skip to content

Instantly share code, notes, and snippets.

@itzg
Created October 27, 2012 22:01
Show Gist options
  • Save itzg/3966546 to your computer and use it in GitHub Desktop.
Save itzg/3966546 to your computer and use it in GitHub Desktop.
html,body styling for full window web apps
html, body {
height: 100%;
min-height: 100%;
overflow: hidden;
margin: 0;
padding: 0;
font-size: 12pt;
font-family: sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment