Advertisement
MIKEJIMA

heart mask

Apr 22nd, 2022
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <!---- cr to teaclub.crd.co for the mask---->
  2. <style>
  3. #heart {
  4. -webkit-mask-image: url(https://i.imgur.com/bIX4M8u.png);
  5. -webkit-mask-size: 50%;
  6. -webkit-mask-repeat: no-repeat;
  7. -webkit-mask-position: center;
  8. }
  9. </style>
  10.  
  11.  
  12. <div id="heart"><img src="https://i.pinimg.com/564x/09/ab/17/09ab173d3c29d4f78dcbaacd271919f3.jpg"></div>
  13.  
  14. <!--- for pro plus just add <style> to </style> in an embed and then add the "#star" on your settings element id--->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement