tor-browser

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

columnfill-balance.html (624B)


      1 <html>
      2  <head>
      3      <link rel="stylesheet" type="text/css" href="ahem.css" />
      4  </head>
      5  <body>
      6    <div style="column-width: 200px;
      7                column-gap: 0px;
      8                column-fill: balance;
      9                height: 150px;
     10                margin-bottom: 0;
     11                padding-bottom: 0;
     12                font-family: ahem;">
     13      Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed feugiat libero vel diam. Pellentesque pulvinar commodo lacus. Sed fringilla. Sed lectus. Praesent laoreet orci vitae nisi. Duis venenatis tristique massa. Sed commodo diam at mauris.
     14    </div>
     15  </body>
     16 </html>