一、多张背景图片
二、效果图
三、源代码
多张背景合成图片
.muilt { width: 623px; height: 417px; margin: 200px auto; background: url(img/bg1.png) left top no-repeat, url(img/bg2.png) right top no-repeat, url(img/bg3.png) right bottom no-repeat, url(img/bg4.png) left bottom no-repeat, url(img/bg5.png) center center no-repeat;
background-color:#fff;
}