tor-browser

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

block-in-inline-baseline-001-ref.html (185B)


      1 <!DOCTYPE html>
      2 <body>
      3  text
      4  <div style="display: inline-block; background: orange; width: 100px;">
      5    content
      6    <div style="border: solid; height: 20px;"></div>
      7  </div>
      8 </body>