Advertisement
sewerwolfX

gradient mask

Feb 4th, 2023
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <style>
  2. #gradmask {
  3. background: linear-gradient(red, white);
  4. -webkit-background-clip: text;
  5. -webkit-text-fill-color: transparent;
  6. font-size: 21px;
  7. font-family: w95fa;
  8. color: black;
  9. }
  10. </style>
  11. <div id="gradmask">
  12. Gradient mask
  13. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement