tor-browser

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

line-clamp-auto-with-ruby-001-ref.html (384B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Reference</title>
      4 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      5 <style>
      6 .clamp {
      7  font: 16px / 32px serif;
      8  white-space: pre;
      9  background-color: yellow;
     10  padding: 0 4px;
     11 }
     12 rt {
     13  font: 32px / 32px Ahem;
     14  color: blue;
     15 }
     16 </style>
     17 
     18 <div class="clamp">Line 1
     19 Line 2
     20 Line 3
     21 Line 4
     22 <ruby>Line 5<rt>X</ruby></div>