inline-paintable-background-clip-text-ref.html 197 B

12345678910
  1. <!DOCTYPE html>
  2. <style>
  3. #text {
  4. background: linear-gradient(#6d98cc, #8a64e5);
  5. background-clip: text;
  6. color: transparent;
  7. font-size: 50px;
  8. }
  9. </style>
  10. <div id="text">Hello</div>