DEV Community

Discussion on: Texture Effect / Mask-image CSS

Collapse
 
kenbellows profile image
Ken Bellows

🔥 Hot damn! 🔥 That's an awesome effect! I've seen mask-image before, but haven't messed with it much. I'd love to see an explanation of how you put this together and any difficulties you may have encountered.

Collapse
 
atulcodex profile image
🚩 Atul Prajapati 🇮🇳

It's one line of game which is

mask-image: url(i.ibb.co/fDWfCVd/mask.png);
-webkit-mask-image: url(i.ibb.co/fDWfCVd/mask.png);

walh that's it :)