tor-browser

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

float-in-rtl-slr-4-ref.html (713B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <style>
      5 .slr {
      6  writing-mode: sideways-lr;
      7  direction: rtl;
      8 }
      9 </style>
     10 </head>
     11 <body>
     12 <div>
     13  <div style="height:0px;width:0px;overflow:visible">
     14    <div style="height:100px;width:120px;background:rgba(0,255,0,0.8);display:inline-block;margin-top:0"></div>
     15  </div>
     16  <div style="height:0px;width:0px;overflow:visible">
     17    <div style="height:100px;width:150px;background:rgba(255,0,0,0.8);display:inline-block;margin-top:100px"></div>
     18  </div>
     19  <div class="slr" style="background:silver; height: calc(100vh - 16px);">
     20    <div style="height: calc(100vh - 216px); margin-top: 200px">This text should appear BELOW the red and green blocks.</div>
     21  </div>
     22 </div>
     23 </body>
     24 </html>