css多背景圖,程式碼

weixin_34107955發表於2017-07-10
4104278-316442f74789c958.png

.demo{

background-color: #f00;

background-image: url(../images/icon-bgbottom.jpg),url(../images/icon-bgtop.jpg);

background-position: bottom center,top center;

background-repeat: no-repeat,no-repeat;

background-size:100% auto,100% auto;

}

相關文章