ruesha

fogmask img

Jul 18th, 2024
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <style>
  2. .fogmask {
  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: 96%;
  5. -webkit-mask-repeat: no-repeat;
  6. -webkit-mask-position: center; // for the img i'd recommend the img size to be 954x548
  7. }
  8. </style>
  9. <img src="your_image_link_goes_here" width="100%" class="fogmask">
Advertisement
Add Comment
Please, Sign In to add comment