Advertisement
DArcher

CSS Reset (From WP)

Sep 7th, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.49 KB | None | 0 0
  1. html, body, div, span, applet, object, iframe,
  2. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  3. a, abbr, acronym, address, big, cite, code,
  4. del, dfn, em, font, ins, kbd, q, s, samp,
  5. small, strike, strong, sub, sup, tt, var,
  6. dl, dt, dd, ol, ul, li,
  7. fieldset, form, label, legend,
  8. table, caption, tbody, tfoot, thead, tr, th, td {
  9.     border: 0;
  10.     font-family: inherit;
  11.     font-size: 100%;
  12.     font-style: inherit;
  13.     font-weight: inherit;
  14.     margin: 0;
  15.     outline: 0;
  16.     padding: 0;
  17.     vertical-align: baseline;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement