Home HTML CSS JAVASCRIPT BOOTSTRAP Python Docker ML tutorial About us Privacy policy

what is 3d transformation in css


CSS 3D Transforms:-



CSS also supports 3D transformations.

Code

Code


3D Transforms Methods:-

transform property you can be use in the following 3D transformation methods:

  • rotateX()
  • rotateY()
  • rotateZ()

  • rotateX() Method:-

    The rotateX() method rotating the element around its X-axis at a given degree:


    rotateY() Method:-

    The rotateY() method rotating the element around its Y-axis at a given degree:

    rotateZ() Method:-

    The rotateZ() method rotates an element around its Z-axis at a given degree:

    More Topics