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