andrew4582

Reset.css

Jul 22nd, 2011
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.87 KB | None | 0 0
  1. 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
  2. {
  3.     margin: 0;
  4.     padding: 0;
  5.     border: 0;
  6.     outline: 0;
  7.     font-size: 100%;
  8.     vertical-align: baseline;
  9.     background: transparent;
  10. }
  11. body
  12. {
  13.     line-height: 1;
  14. }
  15. ol, ul
  16. {
  17.     list-style: none;
  18. }
  19. blockquote, q
  20. {
  21.     quotes: none;
  22. }
  23. blockquote:before, blockquote:after, q:before, q:after
  24. {
  25.     content: '';
  26.     content: none;
  27. }
  28. :focus
  29. {
  30.     outline: 0;
  31. }
  32. ins
  33. {
  34.     text-decoration: none;
  35. }
  36. del
  37. {
  38.     text-decoration: line-through;
  39. }
  40. table
  41. {
  42.     border-collapse: collapse;
  43.     border-spacing: 0;
  44. }
Advertisement
Add Comment
Please, Sign In to add comment