CSS – perspective Property
The perspective property is used to define how far a 3D-positioned element is away from the user.
The perspective property is used to define how far a 3D-positioned element is away from the user.
The perspective-origin property defines from which position the user is looking at the 3D-positioned element.
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.