DEV Community

๐Ÿšฉ Atul Prajapati ๐Ÿ‡ฎ๐Ÿ‡ณ
๐Ÿšฉ Atul Prajapati ๐Ÿ‡ฎ๐Ÿ‡ณ

Posted on • Edited on

Texture Effect / Mask-image CSS

If you are not familiar with HTML CSS I recommend first learn HTML CSS from John Academy then try to make this

Top comments (2)

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 :)