Skip to content

Instantly share code, notes, and snippets.

@rasshofer
Created November 17, 2014 20:42
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 rasshofer/b0278d4462a9566b7374 to your computer and use it in GitHub Desktop.
Save rasshofer/b0278d4462a9566b7374 to your computer and use it in GitHub Desktop.
Yet another super simple CSS reset
* {
margin: 0;
padding: 0;
background: none;
border: 0;
-webkit-text-size-adjust: 100%;
}
*,
*:before,
*:after {
box-sizing: border-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment