Advertisement
beebfz

starloop

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