CSS 3D Transforms
Translate
{translateX(20px) translateY(20px) translateZ(-100px);}

This element is translated.

Transformed elements can contain anything: text, images, divs, tables...

Rotate
{rotateY(30deg);}

This element is rotated.

Transformed elements can contain anything: text, images, divs, tables...

Scale
{scaleX(1.25) scaleY(.75);}

This element is scaled.

Transformed elements can contain anything: text, images, divs, tables...