Advertisement
beebfz

hearts

Sep 21st, 2023
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.30 KB | Source Code | 0 0
  1. .hearts {
  2.    width: 200px;
  3.    height: 200px;
  4.    -webkit-mask-image: url(https://media.discordapp.net/attachments/916540719500517418/1154537913657340006/adaf0fb6a2ae6c925ed63692b5de3a05_preview_rev_1_0.png);
  5.    -webkit-mask-size: 95%;
  6.    -webkit-mask-repeat: no-repeat;
  7.    -webkit-mask-position: center;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement