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-004-ref.html (372B)


      1 <!DOCTYPE html>
      2 <title>Untrimmed 3-line reference with margin and padding</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 .inner {
     11  margin: -10px;
     12  padding: 10px;
     13 }
     14 </style>
     15 
     16 <div class="div-parent">
     17  <div class="inner">Testline1<br>Testline2<br>Testline3</div>
     18 </div>