Advertisement
GIFCITY

image mask text

Nov 16th, 2021 (edited)
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <style>
  2. #imagemask {
  3. background-image: url();
  4. background-size: cover;
  5. background-clip: text;
  6. -webkit-background-clip: text;
  7. color: transparent;
  8. }
  9. </style>
  10.  
  11. <div id="imagemask">text</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement