Advertisement
GIFCITY

gradient text

Nov 16th, 2021 (edited)
440
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <style>
  2. #gradient {
  3. background: linear-gradient(to top, #737373 2%, #FFFFFF 100%);
  4. -webkit-background-clip: text;
  5. -webkit-text-fill-color: transparent;
  6. }
  7. </style>
  8. <div id="gradient">text</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement