tor-browser

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

text-box-trim-tall-line-001-ref.html (400B)


      1 <!DOCTYPE html>
      2 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      3 <style>
      4 .spacer {
      5  background: lightgray;
      6  block-size: 100px;
      7 }
      8 .target {
      9  font-family: Ahem;
     10  font-size: 100px;
     11  line-height: 1;
     12  position: relative;
     13  top: -80px;
     14  height: 100px;
     15 }
     16 </style>
     17 <div class="spacer"></div>
     18 <div class="target">A<span style="font-size: 200%">X</span></div>
     19 <div class="spacer"></div>