tor-browser

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

text-wrap-balance-float-002-ref.html (316B)


      1 <!DOCTYPE html>
      2 <style>
      3 .container {
      4  font: 20px/1.5 monospace;
      5  width: 23.5ch;
      6  border: solid 1px;
      7 }
      8 .float {
      9  background: yellow;
     10  padding: 0.2em 1ch;
     11  line-height: 1.2;
     12  float: right;
     13 }
     14 </style>
     15 
     16 <div class="container"><div class="float">FLOAT<br>FLOAT</div>abc de fg<br>hij klm<br>nop qrst uvw xyz!</div>