Home » CSS » CSS 2D Transforms » Question
  1. What does not affect the element itself?
    1. matrix()
    2. rotate()
    3. perspective()
    4. sacle()
    5. None of these
Correct Option: C

perspective() does not affect the element itself, but affects the transforms of descendant element’s 3D transform, allowing them all to have a consistent depth perspective.



Your comments will be displayed only after manual approval.