Skip to content

Instantly share code, notes, and snippets.

@inky
Created February 13, 2009 22:26
Show Gist options
  • Select an option

  • Save inky/64137 to your computer and use it in GitHub Desktop.

Select an option

Save inky/64137 to your computer and use it in GitHub Desktop.
CSS Reset
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, b, cite, code,
del, dfn, em, i, img, ins, kbd, q, samp,
strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{margin:0; padding:0; border:0; outline:0; font-size:100%;
vertical-align:baseline; background:transparent;}
html {font-size:100.01%;}
body {font-size:1em; line-height:1.5;}
caption, cite, code, dfn, th, var {font-style:normal; font-weight:normal;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:''; content:none;}
:focus {outline:0;}
ins {text-decoration:underline;}
del {text-decoration:line-through;}
table {border-collapse:collapse; border-spacing:0;} /* still needs cellspacing="0" */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment