tor-browser

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

retained-dl-async-scrolled-1-ref.html (304B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <style>
      5 body {
      6  margin: 0;
      7 }
      8 
      9 div {
     10  left: 200px;
     11  top: 200px;
     12  position:absolute;
     13 }
     14 </style>
     15 </head>
     16 <body>
     17 <div style="width: 200px; height: 200px; background-color: blue;"></div>
     18 <div style="width: 100px; height: 100px; background-color: red;"></div>
     19 </body>
     20 </html>