|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
可以增加更多的用户而不需要建立独立的版本。可以一次设计,随处发布。
破洛洛文章简介:EricMeyer和YUI)的CSSreset
/*Normalizesmargin,padding*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0}
/*Normalizesfont-sizeforheaders*/
h1,h2,h3,h4,h5,h6{font-size:100%}
/*Removeslist-stylefromlists*/
ol,ul{list-style:none}
/*Normalizesfont-sizeandfont-weighttonormal*/
address,caption,cite,code,dfn,em,strong,th,var{font-size:normal;font-weight:normal}
/*Removeslist-stylefromlists*/
table{border-collapse:collapse;border-spacing:0}
/*Removesborderfromfieldsetandimg*/
fieldset,img{border:0}
/*Left-alignstextincaptionandth*/
caption,th{text-align:left}
/*Removesquotationmarksfromq*/
q:before,q:after{content:}
那我们实践写代码的时分该怎样来cssreset呢?
我团体保举利用(EricMeyer和YUI)的cssreset
</p>
标准的选择器不能格式化一个元素内容的第一个字母或者第一行,而伪元素选择器能实现 |
|