I am attempting to replicate a similar effect as seen here, which is accomplished using the CSS property background-attachment:fixed
. However, I want to achieve this effect using div elements instead. For instance, could I apply this effect to an h1
tag?
Is this achievable?
Thanks