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-006-ref.html (307B)


      1 <!DOCTYPE html>
      2 <title>Trimmed 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/1 Ahem;
      9 }
     10 </style>
     11 
     12 <div class="div-parent">
     13  <div>Testline1<br><br><br>Testline2<br><br><br>Testline3<br></div>
     14 </div>