I am putting together an idea for a site with scrollable background images, on top there is a white menu div with text in it. If possible i would like to have the text completely see through so that it almost looks like it has cut the text from the white div to show the images.
i know of the css rule:
background-clip: text
but i don't think this wont solve my problem as my images are not the background for the div the text is in. Is there any workaround without using svg or png.
thanks :)