tor-browser

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

dynamic-baseline-change-ref.html (512B)


      1 <!DOCTYPE html>
      2 <div style="display: flex; width: 100px; border: solid; align-items: baseline;">
      3  <div style="width: 50px; height: 50px;">
      4    <div style="width: 50px; height: 50px; position: relative; overflow: auto;">
      5      <canvas width=10 height=10 style="width: 80%; background: green;"></canvas>
      6      <div id="target" style="position: absolute; width: 10px; height: 10px; background: red; top: 100px;"></div>
      7    </div>
      8  </div>
      9  <div style="width: 50px; height: 50px; background: green;"></div>
     10 </div>