Home » CSS » Css miscellaneous » Question
  1. Which class is used for setting perspective and scroll properties for the page?
    1. .static
    2. .parallax
    3. .wrapper
    4. .section
    5. None of these
Correct Option: C

.wrapper sets the perspective and scroll properties for the whole page, .section is for size, display and text properties, mostly not relevant to parallax effect, .static add a background to a section, just for demonstration.



Your comments will be displayed only after manual approval.