1. 程式人生 > >利用css3背景位置完成拼圖

利用css3背景位置完成拼圖

otto mage -c rep images blog png mar center

 1     .duo {
 2             width: 623px;
 3             height: 417px;
 4             margin: 100px auto;
 5             background: url(images/bg1.png) left top no-repeat,
 6                         url(images/bg2.png) right top no-repeat,
 7                         url(images/bg3.png) right bottom no-repeat,
8 url(images/bg4.png) left bottom no-repeat, 9 url(images/bg5.png) center center no-repeat; 10 background-color: #FFF; 11 }

利用css3背景位置完成拼圖