tor-browser

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

block-in-inline-margins-004-ref.html (226B)


      1 <!DOCTYPE html>
      2 <body>
      3  <div style="width: 100px; border: solid;">
      4    <div style="float: left; width: 10px; height: 10px; background: blue;"></div>
      5    <div style="height: 100px; background: orange;"></div>
      6  </div>
      7 </body>