tor-browser

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

linear-gradient-repeated.html (388B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>Bug 1274624: Linear gradient, repeated</title>
      5    <style type="text/css">
      6      div {
      7        background: linear-gradient(to top, red, blue);
      8        background-size: 100px 100px;
      9        background-position: 30px 30px;
     10        width: 400px;
     11        height: 400px;
     12      }
     13    </style>
     14  </head>
     15  <body>
     16    <div>
     17    </div>
     18  </body>
     19 </html>