当前位置: 代码迷 >> HTML/CSS >> css中的式样缩写 border/margin/background/font/list
  详细解决方案

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

热度:685   发布时间:2012-08-28 12:37:01.0
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;(上右下左顺时针方式)
  相关解决方案