Use CSS 3 to tranform elements in a page, such as rotating an object by a specified angle, or skewing/scaling an image.

The above image uses the following CSS 3 to rotate the image 6 degrees.

This is the same image, rotated -4 degrees.

The above image uses the following CSS 3 to skew the image 25 degrees

The above image uses the following CSS 3 to scale the image 46%
The best thing to do with transform, is add some css transitions!