CSS 3D Transforms
CSS also supports 3D transformations.
CSS 3D Transforms Functions
With the CSS transform
property you can use the following 3D transformation functions:
rotateX()
rotateY()
rotateZ()
CSS also supports 3D transformations.
With the CSS transform
property you can use the following 3D transformation functions:
rotateX()
rotateY()
rotateZ()
CSS transforms allow you to move, rotate, scale, and skew elements.
With the CSS transform
property you can use the following 2D transformation functions:
translate()
rotate()
scaleX()
scaleY()
scale()
skewX()
skewY()
skew()
matrix()