CSS transform Property


The transform property applies a 2D or 3D transformation to an element. This property allows you to rotate, scale, move, skew, etc., elements.

The transform property in CSS is used to change the coordinate space of the visual formatting model. This is used to add effects like skew, rotate, translate etc on elements.

Syntax

transform: none|transform-functions|initial|inherit;

Example -