Advertisement
vaninoe

text w/ image bg

Jul 14th, 2021 (edited)
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <style>
  2.  
  3. .text {
  4. font-size:3em;
  5. font-weight:bold;
  6. font-family: 'arial';
  7. -webkit-text-stroke: 1px black;
  8. }
  9.  
  10. mask {
  11. background-image: url(Your Image Here);
  12. color: transparent;
  13. background-size: cover;
  14. background-position: center;
  15. -webkit-background-clip: text;
  16. }
  17.  
  18. </style>
  19. <div class="text">
  20. <mask>Image Mask</mask>
  21. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement