互联创盟网
创盟源码

网页设计之前端常用CSS属性收集

一、字体属性:(font)大小font-size:x-large;(特大)xx-small;(极小)一般中文用不到,只要用数值就可以,单位:PX、PD样式font-style:oblique;(偏斜体)italic;(斜体)normal;(正常)行高line-height:normal;(正常)单位:PX、PD、EM粗细font-weight:bold;(粗体)lighter;(细体)nor......
2022-09-14

H5大前端常用CSS属性代码整理

一、CSS文字属性:color:#999999;/*文字颜色*/font-family:宋体,sans-serif;/*文字字体*/font-size:9pt;/*文字大小*/font-style:itelic;/*文字斜体*/font-variant:small-caps;/*小字体*/letter-spacing:1pt;/*字间距离*/line-height:200%;/*设置行高*/font-weight:bold;/*文字......
2022-09-14