Home » CSS » Css miscellaneous » Question
  1. Which of the following is used for adding perspective background images for each section?
    1. .static
    2. .section
    3. .bg1
    4. .parallax
    5. None of these
Correct Option: C

.bg1, .bg2 adds the respective background images for each section, we can use img tag also, .parallax adds an ::after pseudo-element with the background image and transforms needed for the parallax effect.



Your comments will be displayed only after manual approval.