tor-browser

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

text-wrap-balance-float-005-ref.html (443B)


      1 <!DOCTYPE html>
      2 <style>
      3 .container {
      4  font: 20px/1.5 monospace;
      5  width: 26.5ch;
      6  border: solid 1px;
      7 }
      8 .float {
      9  background: yellow;
     10  padding: 0.2em 1ch;
     11  line-height: 1.2;
     12  float: left;
     13 }
     14 .float2 {
     15  background: cyan;
     16  padding: 0.2em 1ch;
     17  line-height: 1.2;
     18  float: right;
     19 }
     20 </style>
     21 
     22 <div class="container"><div class="float">FLOAT<br>FLOAT</div>abcde fghi<br>jklm nop<div class="float2">FLOAT<br>FLOAT</div><br>qrst uvw xyz!</div>