在一行中就可以完成的7個(gè)CSS代碼技巧!


background: #000 url(images/image.png) no-repeat left top;//vsbackground-color: #000;background-image: url(images/image.png)background-repeat: no-repeat;background-position: left top;
2、Animation(動畫)

anmation: crazy 4s ease-in-out 0.5s 12 backwards;//vsanimation-name: crazy;animation-duration: 4s;animation-timing-function: ease-in-out;animation-deplay: 0.5s;animation-iteration-count: 12;animation-dirrection: backwards;

font: itlaic bold 15px/1.2 Arial, sans-serif;//vsfont-style: italic;font-weight: bold;font-size: 15px;line-height: 1.2;font-family: Arial, sans-serif;
4、Margin(邊距)

margin: 10px 5px 10px 5px;//vsmargin-top:10px;mrgin-right: 5px;margin-bottom: 10px;margin-left: 5px;
5、List(列表)

list-style: dic outside url('img/shape.png')// vslist-style-type: disc;list-style-position: outside;list_style-image: url('img/shape.png')
6、 Padding(填充)

padding: 1em 3px 30px 5px;//Vspadding-top: 1em;padding-right: 3px;padding-bottom: 30px;padding-left: 5px;

border: 1px solide #000//vsborder-width: 1px;border-style: solid;border-color: #000
這7個(gè)小實(shí)例,是不是很方便,大大減少了CSS代碼,提升了工作效率,是不是很方便?如果你還知道其他簡寫技巧的話,請記得與我們一起來分享!
今天的內(nèi)容,請先將其保存起來以備將來使用。
感謝你的閱讀。
學(xué)習(xí)更多技能
請點(diǎn)擊下方公眾號
![]()

評論
圖片
表情
