Simple CSS transform example using the rotate transform function

The div element below is rotated 30 degree clockwise. This is performed using -o-transform: rotate(30deg);. It is rotated around the centre point of the element.