CSS3多背景应用

/*多背景应用*/
        .wrapper {
             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;
        }
原文地址:https://www.cnblogs.com/yangguoe/p/8259832.html