css-transforms Flashcards
1
Q
What does the transform property do?
A
The transform property lets you rotate, scale, translate, or skew an element. It allows the modification of the coordinate space of the CSS.
2
Q
Give four examples of CSS transform functions.
A
Four examples of CSS transform functions are: skew, rotate, scale, translate.