tor-browser

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

line-clamp-029-ref.html (387B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Reference</title>
      4 <style>
      5 .clamp {
      6  display: flex;
      7  font: 16px / 32px serif;
      8  white-space: pre;
      9  background-color: yellow;
     10  justify-content: center;
     11 }
     12 </style>
     13 
     14 <p>The test passes if you see five horizontally centered lines that don't contain an ellipsis.</p>
     15 
     16 <div class="clamp"><div>Line 1
     17 Line 2
     18 Line 3
     19 Line 4
     20 Line 5</div></div>