Advertisement
dianakko

webkit text del tut o lo q sea

Sep 8th, 2021
387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <head>
  2. <link rel="preconnect" href="https://fonts.googleapis.com">
  3. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  4. <link href="https://fonts.googleapis.com/css2?family=Kosugi&display=swap" rel="stylesheet">
  5. </head>
  6.  
  7. <style>
  8. #text01 {
  9. font-family: 'Kosugi', sans-serif;
  10. color: #fff;
  11. background: -webkit-linear-gradient(
  12. -86deg
  13. , #000 5%, #000 53%, #000 91%);
  14. -webkit-background-clip: text;
  15. -webkit-text-stroke: 4px transparent;
  16. }
  17. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement