How do I do this content parallax effect scroll on background?

I’m working on a project utilizing bootstrap and the client wants this parallax effect for their content when scrolling:

How do this with Bootstrap? Are there any good tutorials around?

See https://www.w3schools.com/howto/howto_css_parallax.asp

Post edited by TechnoBear to format and attribute quoted content

Thanks! Do you happen to have an example?

@Porkbun: 21garg’s reply was copied from W3Schools, but without the example code they provided. I have now added the link to her post.

1 Like

Just for the record, this effect is not the real meaning of “parallax”. It’s really just a fixed background image. Parallax (in web terms, at least) is when a number of elements move at different rates in relation to each other during scrolling.

6 Likes

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.