No.1953
テスト
:is(header, main, footer, aside > div) h1 {
color: red;
}
:is() :has() :where() は対応してないブラウザが結構あるので使えない…。というか :has() はまだ使えないか。使えたらかなり助かるんだけど。
:is(header, main, footer, aside > div) h1 {
color: red;
}
:is() :has() :where() は対応してないブラウザが結構あるので使えない…。というか :has() はまだ使えないか。使えたらかなり助かるんだけど。