Advertisement
loveberry

image mask

May 20th, 2023 (edited)
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <style>
  2. .imagemask {
  3. background-image: url("https://64.media.tumblr.com/53c150a227ddcde4594fe65c54c009d7/fd75870c69147eae-67/s540x810/27604414e7ec6f144196ae64cc196b75aec6cc8f.gif");
  4. -webkit-background-clip: text;
  5. -webkit-text-fill-color: transparent;
  6. font-size: 2em;
  7. font-weight:bold;
  8. /* add below if you want an outline, if not remove */
  9. filter: drop-shadow(0px 1px black) drop-shadow(0 -1px black) drop-shadow(1px 0 black) drop-shadow(-1px 0 black);
  10. }
  11. </style>
  12.  
  13. <div class="imagemask">gradient outline</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement