section h1, section h2, section h3, article h1, article h2, article h3 { /* styles here */ }
:is(section, article) :is(h1, h2, h3) { /* styles here */ }
davidwalsh.name
https://davidwalsh.name/css-is?utm_source=tldrnewsletter

Seonglae Cho
Seonglae Chosection h1, section h2, section h3, article h1, article h2, article h3 { /* styles here */ }
:is(section, article) :is(h1, h2, h3) { /* styles here */ }