码迷,mamicode.com
首页 > Web开发 > 详细

CSS3多背景应用

时间:2018-01-10 18:37:31      阅读:149      评论:0      收藏:0      [点我收藏+]

标签:width   css3   head   foo   tom   col   round   otto   no-repeat   

/*多背景应用*/
        .wrapper {
            width: 640px;
            height: 1000px;
            margin: auto;
            background: url(./images/head.jpg) center top no-repeat, url(./images/foot.jpg) center bottom no-repeat;
            background-color: #4A00AB;
        }

 

CSS3多背景应用

标签:width   css3   head   foo   tom   col   round   otto   no-repeat   

原文地址:https://www.cnblogs.com/yangguoe/p/8259832.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!