tor-browser

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

anchor-pos-transform-01-ref.html (193B)


      1 <!DOCTYPE html>
      2 <html>
      3 <style>
      4 .anchored {
      5  position: absolute;
      6  width: 50px;
      7  height: 50px;
      8  background: yellow;
      9  left: 50px;
     10  top: 50px;
     11 }
     12 </style>
     13 <div class="anchored"></div>
     14 </html>