Take a look at the image attached to see the effect I am aiming for.
Essentially, I am trying to make the background image show through the text, except where the text extends beyond the faded panel. In those areas, I need the text to blend in with the panel by having the same color/opacity.
This task is proving to be quite challenging, but I am curious to explore different solutions to achieve my desired outcome.
Thank you, Harry.
https://i.sstatic.net/Pttxm.png
EDIT 1: If you want to experiment with anything, you can check out this codepen https://codepen.io/itsharryfrancis/pen/XVagep
I attempted to use the following code snippet, but it didn't yield the desired result:
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
EDIT 2: For anyone who might be interested in the latest version of my work, I have added a codepen link below for reference.