tor-browser

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

text-box-trim-multicol-003-ref.html (487B)


      1 <!DOCTYPE html>
      2 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      3 <style>
      4 .spacer {
      5  background: lightgray;
      6  block-size: 100px;
      7 }
      8 .multicol {
      9  column-count: 3;
     10  column-fill: auto;
     11  border: 1px solid;
     12  height: 290px;
     13  width: 20ch;
     14  font-family: Ahem;
     15  font-size: 40px;
     16  line-height: 1;
     17 }
     18 </style>
     19 <div class="multicol">
     20  abc<br><br>abc<br><br>abc<br><br>abc<br>
     21  abc<br><br>abc<br><br>abc<br><br>abc<br>
     22  abc<br><br>abc<br>
     23  <div class="spacer"></div>
     24 </div>