Newer
Older
minerva / Tests / LibWeb / Ref / reference / inline-paintable-background-clip-text-ref.html
@minerva minerva on 13 Jul 197 bytes Initial commit
<!DOCTYPE html>
<style>
  #text {
    background: linear-gradient(#6d98cc, #8a64e5);
    background-clip: text;
    color: transparent;
    font-size: 50px;
  }
</style>
<div id="text">Hello</div>