Advertisement
kyujouz

text w/ image mask

Mar 10th, 2024
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <style>
  2. #mask {
  3. background-image: url("https://cdn.discordapp.com/attachments/995201500953460789/1180551093202190397/ugh.png?ex=65ff07e2&is=65ec92e2&hm=6f3774e25a2c4ae61824796a7da2afa369d03f2cba68a5261efced22344e5c6f&");
  4. -webkit-background-clip: text;
  5. -webkit-text-fill-color: transparent;
  6. display: inline-block;
  7. }
  8. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement