reset.css 502 B

123456789101112131415161718192021222324
  1. html,body,div,span,
  2. applet,object,iframe,
  3. h1,h2,h3,h4,h5,h6,p,blockquote,pre,
  4. a,abbr,acronym,address,big,cite,code,
  5. del,dfn,em,font,img,ins,kbd,q,s,samp,
  6. small,strike,strong,sub,sup,tt,var,
  7. dd,dl,dt,li,ol,ul,
  8. fieldset,form,label,legend,
  9. table,caption,tbody,tfoot,thead,tr,th,td {
  10. margin: 0;
  11. padding: 0;
  12. border: 0;
  13. }
  14. table {
  15. border-collapse: collapse;
  16. border-spacing: 0;
  17. }
  18. ol,ul {
  19. list-style: none;
  20. }
  21. q:before,q:after,
  22. blockquote:before,blockquote:after {
  23. content: "";
  24. }