dracslaura

gradient border

Oct 12th, 2021 (edited)
1,227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <style>
  2. #gradient {
  3. color: #fff;
  4. font-size: 1.75em;
  5. background: -webkit-linear-gradient(-90deg, #D64933 0%, #000 100%);
  6. -webkit-background-clip: text;
  7. -webkit-text-stroke: 4px transparent;
  8. }
  9. </style>
  10.  
  11. <div id="gradient">
  12. Gradient Border
  13. </div>
Add Comment
Please, Sign In to add comment