2025-08-05から1日間の記事一覧
入れ子(ネスト)にできる style.scss header { width: 100%; height: 100px; background: #B6E3F4; >h1 { text-align: center; } } style.css header { width: 100%; height: 100px; background: #B6E3F4; } header > h1 { text-align: center; } メデイア…
入れ子(ネスト)にできる style.scss header { width: 100%; height: 100px; background: #B6E3F4; >h1 { text-align: center; } } style.css header { width: 100%; height: 100px; background: #B6E3F4; } header > h1 { text-align: center; } メデイア…