Advertisement
dracslaura

image mask links

Oct 12th, 2021
2,246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <style>
  2. a.image {
  3. text-decoration: none;
  4. font-size: 2em ;
  5. color: #000;
  6. }
  7. a.image:hover {
  8. background-image: url(https://data.whicdn.com/images/345612405/original.gif);
  9. background-size: cover;
  10. background-clip: text;
  11. -webkit-background-clip: text;
  12. color: transparent;
  13. -webkit-text-stroke: 1px black;
  14. }
  15. </style>
  16. <a class="image" href="#home">Image Mask</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement