I have no idea how this person made this parralax effect with the text where the color is overlapping the model but not the text in the background. I know how this effect is made with an outline version but I have no idea how they made this with a filled color. Does this have something to do with a mask or something?
@Shenghai - they are using a blend mode on the text:
They have this in custom code in their site settings:
.front-text1, .front-text2 {
mix-blend-mode: darken;
}
Hey sam thank you for your help! I didn’t know that this was possible in css.