Skip to content

Instantly share code, notes, and snippets.

@jrvaja
Created June 21, 2012 03:06
Show Gist options
  • Save jrvaja/2963568 to your computer and use it in GitHub Desktop.
Save jrvaja/2963568 to your computer and use it in GitHub Desktop.
CSS : Reset
@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
background: transparent;
border: 0;
margin: 0;
padding: 0;
vertical-align: baseline;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment