css-transforms Flashcards

1
Q

What does the transform property do?

A

The transform CSS property lets you rotate, scale, skew, or translate an element. It modifies the coordinate space of the CSS visual formatting model.

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

Give four examples of CSS transform functions.

A

CSS transforms:

  • print-color-adjust.
  • rotate.
  • scale.
  • translate.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly