Css – backdrop-filter blur not working when combined with mix-blend-mode
I'm trying to create a flex layout where each of the flex items "cut through" the flex box, revealing the image that's beneath the flex box. I've managed to achieve this by using mix-blend-mode property. However, I also want the…