kylertism

mask images

Aug 24th, 2025 (edited)
4
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <style>
  2.  
  3. #mask {
  4. margin: auto;
  5. display: block;
  6. mask: center / 100% no-repeat ;
  7. mask-image: url(https://file.garden/Z8S48e3deXuAgcfA/resource/mask); /* change to any png you want /*
  8. }
  9.  
  10. </style>
  11.  
  12. <img src="https://file.garden/Z8S48e3deXuAgcfA/resource/example" id="mask">
Advertisement
Add Comment
Please, Sign In to add comment