tor-browser

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

background-attachment-margin-root-002-ref.html (335B)


      1 <!doctype HTML>
      2 <style>
      3  div {
      4    background: linear-gradient(rgba(0,255,0,0.5), rgba(0,0,255,0.5)), linear-gradient(rgba(0,0,0,1), rgba(0,0,0,1));
      5    background-size: 100px 100px, 100px 100px;
      6    background-position: 0 0, 0 0;
      7    position: absolute;
      8    top: 0;
      9    left: 0;
     10    right: 0;
     11    bottom: 0;
     12  }
     13 </style>
     14 <div></div>