tor-browser

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

text-box-trim-half-leading-block-box-001-ref.html (309B)


      1 <!DOCTYPE html>
      2 <title>Untrimmed 3-line Reference</title>
      3 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      4 
      5 <style>
      6 .div-parent {
      7  outline: 1px solid orange;
      8  font: 20px/3 Ahem;
      9 }
     10 </style>
     11 
     12 <div class="div-parent">
     13  <div>Testline1</div>
     14  <div>Testline2</div>
     15  <div>Testline3</div>
     16 </div>