Reset CSS

╰+攻爆jí腚メ 2022-07-16 04:42 249阅读 0赞

Reset CSS

See also:

http://meyerweb.com/eric/tools/css/reset/

  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, img, ins, kbd, q, s, samp,
  5. small, strike, strong, sub, sup, tt, var,
  6. b, u, i, center,
  7. dl, dt, dd, ol, ul, li,
  8. fieldset, form, label, legend,
  9. table, caption, tbody, tfoot, thead, tr, th, td,
  10. article, aside, canvas, details, embed,
  11. figure, figcaption, footer, header, hgroup,
  12. menu, nav, output, ruby, section, summary,
  13. time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
  14. /* HTML5 display-role reset for older browsers */
  15. article, aside, details, figcaption, figure,
  16. footer, header, hgroup, menu, nav, section { display: block; }
  17. body { line-height: 1; }
  18. ol, ul { list-style: none; }
  19. blockquote, q { quotes: none; }
  20. blockquote:before, blockquote:after,
  21. q:before, q:after { content: ''; content: none; }
  22. table { border-collapse: collapse; border-spacing: 0; }

发表评论

表情:
评论列表 (有 0 条评论,249人围观)

还没有评论,来说两句吧...

相关阅读