tor-browser

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

iframe-zoomed-child.html (261B)


      1 <style>
      2 div {
      3  position: absolute;
      4  background-color: green;
      5  width: 10px;
      6  height: 10px;
      7 }
      8 </style>
      9 <div style="top: 0; left: 0;"></div>
     10 <div style="top: 0; right: 0;"></div>
     11 <div style="bottom: 0; right: 0;"></div>
     12 <div style="bottom: 0; left: 0;"></div>