reset.css 564 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. html,
  2. body,
  3. div,
  4. span,
  5. object,
  6. iframe,
  7. h1,
  8. h2,
  9. h3,
  10. h4,
  11. h5,
  12. h6,
  13. p,
  14. blockquote,
  15. pre,
  16. abbr,
  17. address,
  18. cite,
  19. code,
  20. del,
  21. dfn,
  22. em,
  23. img,
  24. ins,
  25. kbd,
  26. q,
  27. samp,
  28. small,
  29. strong,
  30. sub,
  31. sup,
  32. var,
  33. b,
  34. i,
  35. dl,
  36. dt,
  37. dd,
  38. ol,
  39. ul,
  40. li,
  41. fieldset,
  42. form,
  43. label,
  44. legend,
  45. table,
  46. caption,
  47. tbody,
  48. tfoot,
  49. thead,
  50. tr,
  51. th,
  52. td,
  53. article,
  54. aside,
  55. canvas,
  56. details,
  57. figcaption,
  58. figure,
  59. footer,
  60. header,
  61. hgroup,
  62. menu,
  63. nav,
  64. section,
  65. summary,
  66. time,
  67. mark,
  68. audio,
  69. video {
  70. margin: 0;
  71. padding: 0;
  72. border: 0;
  73. outline: 0;
  74. font-size: 100%;
  75. vertical-align: baseline;
  76. background: transparent;
  77. }