Advertisement
loveberry

gradient outline

May 20th, 2023 (edited)
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <style>
  2. .gradoutline {
  3. background: -webkit-linear-gradient(pink, hotpink);
  4. -webkit-background-clip: text;
  5. -webkit-text-stroke: 4px transparent;
  6. color: black;
  7. font-size: 2em;
  8. font-family:arial;
  9. }
  10. </style>
  11.  
  12. <div class="gradoutline">gradient outline</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement