tor-browser

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

1475971-1-ref.html (257B)


      1 <!DOCTYPE html>
      2 <html>
      3 <style>
      4 div {
      5  width: 200px;
      6  height: 200px;
      7 }
      8 </style>
      9 
     10 <div style="position:fixed;">
     11  <div style="transform:translateX(50px);">
     12    <div id="resize" style="background-color:blue; width: 300px">
     13    </div>
     14  </div>
     15 </div>
     16 </html>