-List-L1-
-HTML-
新着情報
お知らせ
製品情報
店舗案内
会社案内
-CSS-
* { margin: 0; padding: 0; } body { font-size: 20px; } ul { width: 140px; margin: 20px 0 0 20px; padding: 10px; background: olive; list-style: none; } li { padding: 25px 0; line-height: 1; background: darkkhaki; text-align: center; color: lemonchiffon; } li:not(:last-of-type) { margin-bottom: 10px; }