首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > CSS >

css中的式样缩写 border/margin/background/font/list

2012-08-28 
css中的样式缩写 border/margin/background/font/listborder:1px solid #000background: #f00 url(backgr

css中的样式缩写 border/margin/background/font/list
border:1px solid #000;
background: #f00 url(background.gif) no-repeat fixed 0 0;
font:italic small-caps bold 1em/140% "lucida Grande",sans-serif;
list-style: square inside url(image.gif);
margin:20px 20px 5px 20px;(上右下左顺时针方式)

热点排行