CSS Flashcards
1
Q
:where()
A
The :where() CSS pseudo-class is a selector. This selector does not increase the specificity.
2
Q
:root{
}
A
root selector. Customed properties.
3
Q
--
A
In CSS, double dash – is a way to define custom properties.
4
Q
appearance: none
A
The appearance CSS property is used to change the default rendering of HTML element.