Advertisement
naocrrds

image on text

Dec 30th, 2024
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <style>
  2. .image {
  3. background-image: url("https://media.giphy.com/media/70BItD093Mhnq/giphy.gif");
  4. -webkit-background-clip: text;
  5. -webkit-text-fill-color: transparent;
  6. font-size: 4em;
  7. }
  8.  
  9.  
  10. </style>
  11. <div class="image">Hey there!</div>
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement