tor-browser

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

text-wrap-balance-float-002.html (492B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://drafts.csswg.org/css-text-4/#valdef-text-wrap-balance">
      3 <link rel="match" href="reference/text-wrap-balance-float-002-ref.html">
      4 <style>
      5 .container {
      6  font: 20px/1.5 monospace;
      7  width: 23.5ch;
      8  border: solid 1px;
      9  text-wrap: balance;
     10 }
     11 .float {
     12  background: yellow;
     13  padding: 0.2em 1ch;
     14  line-height: 1.2;
     15  float: right;
     16 }
     17 </style>
     18 
     19 <div class="container"><div class="float">FLOAT<br>FLOAT</div>abc de fg hij klm nop qrst uvw xyz!</div>