Home » CSS » CSS Transitions » Question
  1. Which of the following transform property value defines a 3D rotation along the Z-axis?
    1. rotateZ(angle)
    2. rotate-Z(angle)
    3. rotate-Z-axis(angle)
    4. All of above
    5. None of these
Correct Option: A

rotateZ(angle)



Your comments will be displayed only after manual approval.