CSS3サンプル / background:複数

ボックス



■CSS記述例

div.box { width:500px; text-align:center; border:#cfcfcf 1px solid; padding:50px 20px; /* background */ background: url("image/bg04.png") repeat 0 0, url("image/bg01.png") no-repeat left top, url("image/bg02.png") no-repeat right top, url("image/bg03.png") no-repeat 100px 50px; }

© wonder-boys.net all rights reserved.