Advertisement
yizhuo

title for water drr ac

Aug 21st, 2022
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.72 KB | None | 0 0
  1. 'CYBERPUNK' TITLE FOR WATER DRR AC
  2.  
  3. <style>
  4. #title {
  5. font-size: 2em;
  6. font-family: zen dots;
  7. weight: heavy;
  8. line-spacing: 1;
  9. letter-spacing: -0.025;
  10. alignment: left;
  11. color: #606BA6;
  12. position: relative;
  13. bottom: 0.3em;
  14. right: 13px;
  15. z-index:1;
  16. background: linear-gradient(180deg, rgba(225,232,250,1) 0%, rgba(148,163,199,1) 100%);
  17. -webkit-background-clip: text;
  18. -webkit-text-fill-color: transparent;
  19. -webkit-filter: drop-shadow(0px 0px 0.4px #000);
  20. }
  21.  
  22. mark2 {
  23. background: linear-gradient(180deg, rgba(208, 212, 238,1) 0%, rgba(148, 163, 199,1) 100%);
  24. -webkit-background-clip: text;
  25. -webkit-text-fill-color: transparent;
  26. }
  27. </style>
  28.  
  29. <div id="title"> c<mark2>y</mark2>b<mark2>e</mark2>r<mark2>p</mark2>u<mark2>n</mark2>k
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement