美文网首页
css多背景图,代码

css多背景图,代码

作者: 而生lhw | 来源:发表于2017-07-10 09:47 被阅读118次

.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;

}

相关文章

网友评论

      本文标题:css多背景图,代码

      本文链接:https://www.haomeiwen.com/subject/ryteqxtx.html