Skip to content

Instantly share code, notes, and snippets.

@mjuhl
Created August 23, 2012 19:54
Show Gist options
  • Save mjuhl/3440856 to your computer and use it in GitHub Desktop.
Save mjuhl/3440856 to your computer and use it in GitHub Desktop.
Because I do this too often...
*, *:after, *:before {
margin: 0;
padding: 0;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html { font-size: 100% /* everything will be based on the default text size */ }
body {
padding: 20px;
font-family: Helvetica Neue, Arial, sans-serif;
font-size: 100%;
line-height: 1.5;
-webkit-text-size-adjust: 100%;
color: #444;
}
p { margin-bottom: 1em }
::selection { background-color: rgba(0,0,0,0.1) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment