Google News
logo
CSS3 - Interview Questions
What is CSS3 3D Transforms ?
CSS3 3D transform feature you can perform basic transform manipulations such as move, rotate, scale and skew on elements in a three-dimensional space.

The following 3D transformation methods:

1. rotateX()
2. rotateY()
3. rotateZ()
Advertisement