css属性简写

1.font系列

font-style: italic;
font-weight: bold;
font-size: .8em;
line-height: 1.2;
font-family: Arial, sans-serif;

  font:font-style  font-weight  font-size  line-hight  font-family;

2.background系列

background-color: #000;
background-image: url(images/bg.gif);
background-repeat: no-repeat;
background-position: top right;

  background:#000 url(...) no-repeat top right;

posted @ 2020-10-11 10:51  xiaochong123  阅读(87)  评论(0)    收藏  举报
  //雪花飘落效果