-List-L2-
-HTML-
新着情報
coral
お知らせ
tomato
製品情報
orange
店舗案内
chocolate
会社案内
brown
-CSS-
* { margin: 0; padding: 0; } body { font-size: 20px; } ul { width: 140px; margin: 20px 0 0 20px; padding: 10px; background: thistle; list-style: none; } li { padding: 15px 0; background: darkkhaki; text-align: center; } li span { font-size: 14px; color: brown; } li:not(:last-of-type) { margin-bottom: 10px; } li:nth-of-type(odd) { background: moccasin; } li:nth-of-type(even) { background: lightblue; }