CSS – transform Property
The transform property applies a 2D or 3D transformation to an element, allowing it to be rotated, scaled, moved, skewed, etc.
The transform property applies a 2D or 3D transformation to an element, allowing it to be rotated, scaled, moved, skewed, etc.
The transform-origin property allows you to change the position of transformed elements.
The transform-style property specifies how nested elements are rendered in 3D space, and must be used together with the transform property.