Advertisement
kyujouz

heart image mask

Mar 10th, 2024
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <style>
  2. #heartsmask {
  3. -webkit-mask-image: url(https://i.imgur.com/bIX4M8u.png);
  4. -webkit-mask-size:80%;
  5. -webkit-mask-repeat: no-repeat;
  6. -webkit-mask-position: center;
  7. }
  8. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement