tor-browser

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

webkit-linear-gradient-1-ref.html (241B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <style>
      5      div {
      6        width: 50px;
      7        height: 200px;
      8        background-image: -webkit-linear-gradient(top, red, blue);
      9      }
     10    </style>
     11  </head>
     12  <body>
     13    <div></div>
     14  </body>
     15 </html>