A029G8 - Transform

Use CSS3 to change the transform property of at least 4 elements. Make sure to experiment with your own transform values.

To get credit for this assignment, you must use one background image on an element.

Div Transformations - with one Image

transform: rotate(-300deg)

transform: scalex(2.2);

transform: skew(300deg);

transform: translate(-350px, -120px);

z