Rotate Transform

Rotate elements in 2D or 3D space with perspective control.

Controls

Rotate Z (2D)45°
Rotate X (3D)0°
Rotate Y (3D)0°

Live Preview

Rotate

Generated Code

.element {
  transform: rotate(45deg);
}