Rotates the element around a fixed point (as specified by the "transform-origin" property) without deforming it. If the angle is positive then the rotation is clockwise, if the angle is negative then the rotation is counter-clockwise.
Syntax | |
---|---|
CSS Transforms Level 1 | rotate( [ <angle> | <zero> ] ) |