tor-browser

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

linear-gradient-body-sibling-index-ref.html (248B)


      1 <!DOCTYPE html>
      2 <title>CSS Test Reference</title>
      3 <style>
      4  body {
      5    background-position: top left;
      6    background-repeat: no-repeat;
      7    background-size: 100px 100px;
      8    background-image: linear-gradient(blue 40px, yellow);
      9  }
     10 </style>
     11 <body>