Home » CSS » CSS 2D Transforms » Question
  1. What combines all the 2D transform methods into one?
    1. skewY()
    2. skewX()
    3. skew()
    4. matrix()
    5. None of these
Correct Option: D

The matrix() method combines all 2D transform methods into one, the matrix() method takes six parameters, containing mathematic functions, that allows us to rotate, scale, move or skew the elements.



Your comments will be displayed only after manual approval.