Advertisement
Guest User

text mask img

a guest
Mar 2nd, 2022
8
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <style>
  2. #imgtext {background-image: url('https://i.imgur.com/T1GvTgS.png');
  3. -webkit-background-clip: text;
  4. -webkit-text-fill-color: transparent;
  5. font-size: 24px;
  6. -webkit-text-stroke: 1.5px black;
  7. line-height: 100%;
  8. color: black;
  9. font-family: Arial;
  10.  
  11. }
  12.  
  13. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement