css-pseudo-classes/ fonts/flex-box Flashcards
1
Q
What is a pseudo-class?
A
A pseudo-class is a selector that selects elements that are in a specific state, e.g. they are the first element of their type, or they are being hovered over by the mouse pointe
2
Q
What are CSS pseudo-classes useful for?
A
highlights users position
3
Q
Name two types of units that can be used to adjust font-size in CSS.
A
em
px
4
Q
What CSS property controls the font used for the text inside an element?
A
font-size
5
Q
What is the default flex-direction of a flex container?
A
row
6
Q
What is the default flex-wrap of a flex container?
A
nowrap