tor-browser

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

float-009-ref.html (409B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <link rel="author" title="Ting-Yu Lin" href="mailto:tlin@mozilla.com">
      4 <link rel="author" title="Mozilla" href="https://www.mozilla.org/">
      5 <link rel="stylesheet" href="/fonts/ahem.css">
      6 
      7 <style>
      8 .multicol {
      9  column-count: 2;
     10  column-gap: 0;
     11  width: 200px;
     12  font: 50px/1 Ahem;
     13 }
     14 </style>
     15 
     16 <div class="multicol">
     17  <div>AX</div>
     18  <div>BX</div>
     19  <div>CX</div>
     20 </div>