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