CSS Transforms Property Interview Questions – CSS Transforms Property Online Quiz

Question 1:  Which CSS property is used to apply transformations to an element?

Question 2:  Which function is used to move an element along the X and Y axes?

Question 3:  What does rotate(90deg) do to an element?

Question 4:  What is the correct syntax for scaling an element to twice its original size?

Question 5:  Which transform function skews an element along the X-axis?

Question 6:  What does the transform-origin property do?

Question 7:  What is the default value of transform-origin?

Question 8:  How can you apply multiple transformations at once?

Question 9:  Which transformation is used to mirror an element horizontally?

Question 10:  What will transform: perspective(500px) rotateY(45deg); do?

Leave a Reply