Advertisement
googin

Text with Mask Image

Mar 20th, 2022
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family: kinkie;
  4. src: url(https://dl.dropbox.com/s/b2jkn3py4agc9nn/kinkie.regular.ttf);
  5. }
  6. #kinkie {
  7. font-family: kinkie;
  8. font-size: 55px;
  9. background-image: url("https://media4.giphy.com/media/l3V0HEiQoSPsfkity/giphy.gif");
  10. -webkit-background-clip: text;
  11. -webkit-text-fill-color: transparent;
  12. }
  13. </style>
  14.  
  15. <div id="kinkie">Vivs Crd!</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement