Slide 23
Slide 23 text
section h1,
article h1,
aside h1,
nav h1 {
font-size: 25px;
}
:is(section, article, aside, nav) h1 {
font-size: 25px;
}
:where(section, article, aside, nav) h1 {
font-size: 25px;
}
:is() and :where()
Specificity: 0,0,2
Specificity: 0,0,1