Skip to content

Instantly share code, notes, and snippets.

@LaminSanneh
Created July 10, 2013 09:36
Show Gist options
  • Save LaminSanneh/5964908 to your computer and use it in GitHub Desktop.
Save LaminSanneh/5964908 to your computer and use it in GitHub Desktop.
Css: Simple Minimal Reset
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td
{
margin: 0;
padding: 0;
border: 0;
box-sizing: border-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment