tor-browser

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

linear-vertical-subpixel-1-ref.html (200B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <style>
      5 div {
      6  margin-top: 21px;
      7  height: 30px;
      8  background-image: linear-gradient(black, white);
      9 }
     10 </style>
     11 </head>
     12 <body>
     13 <div></div>
     14 </body>
     15 </html>