Advertisement
beebfz

stars

Sep 21st, 2023 (edited)
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.31 KB | Source Code | 0 0
  1. .stars {
  2.     width: 200px;
  3.       height: 200px;  
  4.     -webkit-mask-image: url(https://media.discordapp.net/attachments/916540719500517418/1154538962069758052/0cfb885f1ed9a42889f85fe5d98699f0-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