1 / 10css · medium
다음 두 셀렉터의 specificity 차이로 가장 정확한 것은?
:is(h1, h2, h3) .title { color: red; }
:where(h1, h2, h3) .title { color: blue; }