CSS的reset

蔚落 2022-07-15 02:09 232阅读 0赞
  1. CSS头部的reset
  2. /*CSS reset */
  3. body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0;padding:0;}
  4. table {border-collapse:collapse;border-spacing:0;}
  5. fieldset,img {border:0}
  6. address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal}
  7. ol,ul {list-style:none}
  8. caption,th {text-align:left}
  9. h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal}
  10. q:before,q:after {content:''}
  11. abbr,acronym {border:0}

发表评论

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

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

相关阅读