tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

clip-text-on-root.html (415B)


      1 <!DOCTYPE html>
      2 <title>background-clip:text on the root</title>
      3 <link rel="help" href="https://drafts.csswg.org/css-backgrounds-4/#valdef-background-clip-text">
      4 <link rel="match" href="../reference/green-root-background.html">
      5 <style>
      6 html {
      7  font-size: 80px;
      8  color: transparent;
      9  background-color: green;
     10  background-clip: text;
     11 }
     12 </style>
     13 
     14 This text should not be visible; the page should be entirely green.