tor-browser

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

1439809-1-ref.html (413B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 <style>
      5  div {
      6    width: 200px;
      7    height: 200px;
      8  }
      9  #one {
     10    background-color: green;
     11  }
     12  #two {
     13    background-color: red;
     14  }
     15  #three {
     16    position: absolute;
     17    width: 500px;
     18    height: 500px;
     19    top: 0px;
     20    background-color: rgba(255,0,255,0.2);
     21  }
     22 </style>
     23 </head>
     24 <body>
     25  <div id="one"></div>
     26  <div id="two"></div>
     27  <div id="three"></div>
     28 </body>
     29 </html>