Skip to content

Instantly share code, notes, and snippets.

@gpessia
Last active December 16, 2015 22:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save gpessia/5508441 to your computer and use it in GitHub Desktop.
Save gpessia/5508441 to your computer and use it in GitHub Desktop.
Minimal CSS Reset
/* Reset */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl,
dt, dd, blockquote, address{
margin: 0;
padding: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment