Home » CSS » Css miscellaneous » Question
  1. Which of the following property is used to define how nested items are rendered in a 3-D space?
    1. transform-origin
    2. transform-3D
    3. transform-style
    4. transform
    5. None of these
Correct Option: C

transform-style is used to define how nested items are rendered in a 3-D space, the choice being either flattened or with their dimensions preserved. This property affects the children of the element and not the element itself. Also, the property does not cascade, so it is necessary to apply it at all levels.



Your comments will be displayed only after manual approval.