-box-L1-
-HTML-
BOX1
BOX2
BOX3
-CSS-
* { margin: 0; padding: 0; } body { background: url(images/Bg-icon100.jpg); } div { width: 100px; margin: 20px; padding: 10px; background: white; text-align: center; } p { padding: 40px 0; line-height: 1; font-size: 20px; } /* 個別set */ #b1 { background: olive; } #b2 { background: tomato; } #b3 { background: beige; }