CSS Fonts, Color, Transforms & Transitions Flashcards

1
Q

Name at least two units of type size in CSS.

A

Pixels, percentages, rem

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

What CSS property controls the font used for the text inside an element?

A

Font-family

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

Name three different types of values you can use to specify colors in CSS.

A

RGB values , HEX codes, color names

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

What does the transform property do?

A

It is a CSS property that modifies an element to change the way it is visually represented

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

Give four examples of CSS transform functions.

A

Rotate, scale, skew and translate

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

Thetransitionproperty is shorthand for which four CSS properties?

A

Transition-property, transition-duration,

transition-timing-function, and transition-delay

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