tor-browser

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

text-align-last-015-ref.html (544B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Text Reference: text-align-last applied to last line in the second column</title>
      4 <link rel="author" title="Ting-Yu Lin" href="mailto:tlin@mozilla.com">
      5 <link rel="author" title="Mozilla" href="https://www.mozilla.org/">
      6 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css">
      7 
      8 <style>
      9 :root {
     10  font: 25px/1 Ahem;
     11 }
     12 .multicol {
     13  width: 200px;
     14  border: 5px solid orange;
     15 }
     16 </style>
     17 
     18 <div class="multicol">
     19  <div>ab&nbsp;&nbsp;ab</div>
     20  <div>ab&nbsp;&nbsp;&nbsp;&nbsp;ab</div>
     21 </div>