tor-browser

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

background-clip-text-1-ref.html (493B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <title>background-clip: text reference</title>
      5    <style>
      6      div.out {
      7        width: 500px;
      8        height: 300px;
      9        margin: 0px;
     10        color: green;
     11        font-size: 100px;
     12        font-family: serif;
     13        -moz-osx-font-smoothing: grayscale;
     14      }
     15    </style>
     16  </head>
     17  <body style="margin: 0px;">
     18    <div class="out">
     19      TEXT clip
     20      <div style="display:inline-block; width:0px; height:200px;"/>
     21    </div>
     22  </body>
     23 </html>