Advertisement
dnwmfilms

↳ ❝ [gradient] ¡! ❞

Nov 6th, 2021
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <style>
  2. #grad {
  3. background: linear-gradient(to top, #FFFDFE 2%, #FF78B1 100%);
  4. font-style:bold;
  5. font-size:3em;
  6. position:relative;
  7. bottom:-30px;
  8. z-index:1;
  9. font-weight:bold;
  10. -webkit-background-clip: text;
  11. -webkit-text-fill-color: transparent;
  12. -webkit-text-stroke-width: 0.5px;
  13. -webkit-text-stroke-color: #FE62B6;
  14. }
  15. </style>
  16. <div id="grad">ʚ magical girl ɞ</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement