Advertisement
Guest User

Untitled

a guest
Jun 24th, 2021
1,137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <style>
  2. #image01 {
  3. -webkit-mask-image: url(https://i.ibb.co/JjDXBPr/ED5929-CE-1-D66-4-EC4-8-F8-A-14792-D8-F2384.png);
  4. -webkit-mask-size: 93%;
  5. -webkit-mask-repeat: no-repeat;
  6. -webkit-mask-position: center;
  7. }
  8. </style>
  9.  
  10. this is the code i used to get that effect! if you go to the url in the code and see the image being used as a mask, you might understand better! you can also replace that url with anything else to get a different shape on the image :)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement