Advertisement
ruesha

heart mask img

Jul 16th, 2023
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <style>
  2.  
  3. .heart {
  4. -webkit-mask-image: url(https://i.imgur.com/bIX4M8u.png);
  5. -webkit-mask-size: 100%;
  6. -webkit-mask-repeat: no-repeat;
  7. -webkit-mask-position: center;
  8. width: 7em;
  9. height: 7em;
  10. z-index: 3;
  11. }
  12.  
  13. </style>
  14.  
  15. <img src="https://cdn.discordapp.com/attachments/851155413831254076/1130019081697902602/ef4cb77facfabc081b132c0dee7bcac0.jpg" width="100%" class="heart">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement