css-transforms Flashcards
1
Q
What does the transform property do?
A
ThetransformCSSproperty lets you rotate, scale, skew, or translate an element. It modifies the coordinate space of the CSSvisual formatting model.
2
Q
Give four examples of CSS transform functions.
A
scale(); rotate(); skew(); translate();