CSS Flashcards

1
Q

:where()

A

The :where() CSS pseudo-class is a selector. This selector does not increase the specificity.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

:root{
}

A

root selector. Customed properties.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

--

A

In CSS, double dash – is a way to define custom properties.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

appearance: none

A

The appearance CSS property is used to change the default rendering of HTML element.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly