Skip to main content

Command Palette

Search for a command to run...

New CSS functional pseudo-class selectors :is() and :where()

Published
1 min read
h1 > b, h2 > b, h3 > b, h4 > b, h5 > b, h6 > b {
  color: hotpink;
}
15 views