tor-browser

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

line-clamp-028-ref.html (327B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Reference</title>
      4 <style>
      5 .clamp {
      6  font-size: 16px / 16px serif;
      7  white-space: pre-wrap;
      8  background-color: yellow;
      9  padding-bottom: 1em;
     10 }
     11 ruby.under {
     12  ruby-position: under;
     13 }
     14 </style>
     15 <div class="clamp">Line 1
     16 Line 2
     17 <ruby class="under">Line 3<rt>ruby</ruby></div>