常用的css缩写
摘要:
1.字体属性的缩写font-style:italic;font-variant:small-caps;font-weight:bold;font-size:1em;line-height:140%;font-family:”Lucida Grande”,sans-serif;可以缩写为一句:font:italic small-caps bold 1em/140% “Lucida Grande”,sans-serif;注意,如果你缩写字体定义,至少要定义font-size和font-family两个值。2.背景属性的缩写背景的属性如下:background-color:#f00;backgrou 阅读全文
posted @ 2011-09-05 15:19 crall 阅读(828) 评论(0) 推荐(1) 编辑