CSS allows you to format your elements using 3D transformations.
Rotate X( ) Method
The rotateX() method rotates an element around its X-axis at a given degree:


Authors
CSS allows you to format your elements using 3D transformations.
The rotateX() method rotates an element around its X-axis at a given degree:
The rotateY() method rotates an element around its Y-axis at a given degree:
The rotateZ() method rotates an element around its Z-axis at a given degree:
Note: Internet Explorer 9 (and earlier versions) does not support the rotateX() method.