Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

CSS TRANSFORM

PROPERTY
Transform Properties

The transform property applies a 2D or 3D


scale
transformation to an element. This property
allows you to rotate, scale, move, skew, etc., skew
elements.
translate
rotate
Transform Origin

The transform-origin property allows you to


Supported values:
change the position of transformed
elements. left
center
2D transformations can change the x- and
y-axis of an element. 3D transformations can right
also change the z-axis of an element.
length
%

You might also like