tor-browser

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

text-box-trim-initial-letter-end-001-ref.html (371B)


      1 <!DOCTYPE html>
      2 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      3 <style>
      4 .spacer {
      5  height: 50px;
      6  background: lightgray;
      7  position: relative;
      8 }
      9 .target {
     10  font: 40px/1 Ahem;
     11 }
     12 .target::first-letter {
     13  initial-letter: 3;
     14 }
     15 .offset {
     16  top: -8px;
     17 }
     18 </style>
     19 <div class="spacer"></div>
     20 <div class="target">ApÉx</div>
     21 <div class="spacer offset"></div>