CSS3多背景应用

/*多背景应用*/
        .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;
        }

 

posted @ 2018-01-10 17:30  前端极客  阅读(245)  评论(0编辑  收藏  举报