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-002-ref.html (240B)


      1 <!DOCTYPE html>
      2 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      3 
      4 <style>
      5 .div-parent {
      6  outline: 1px solid orange;
      7  font: 20px/1 Ahem;
      8  writing-mode:vertical-lr;
      9 }
     10 </style>
     11 <div class="div-parent">
     12  Test<br><br>
     13 </div>