-
Which of the following is used for adding perspective background images for each section?
-
- .static
- .section
- .bg1
- .parallax
- 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.