tor-browser

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

bg-fixed-child-clip-ref.html (339B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <body style="overflow:hidden; margin:0;">
      4  <div style="margin-top: 50px; height: 100px;
      5              background-image:url(repeatable-diagonal-gradient.png);
      6              background-attachment:fixed;
      7              background-repeat:no-repeat;
      8              background-position:top left;">
      9  </div>
     10 </body>
     11 </html>