Skip to content

Instantly share code, notes, and snippets.

@herereadthis
Created May 31, 2014 00:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save herereadthis/8b2a4a7c3181affce71d to your computer and use it in GitHub Desktop.
Save herereadthis/8b2a4a7c3181affce71d to your computer and use it in GitHub Desktop.
Global Reset for page baseline
html {
font-size: 62.5%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
overflow: -moz-scrollbars-vertical;
overflow-x: hidden;
overflow-y: scroll;
height: 100%;
}
body {
position: relative;
height: 100%;
margin: 0;
padding: 0;
font-size: 100%;
text-rendering: optimizeLegibility;
font-size: 1em;
line-height: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment