tor-browser

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

block-ellipsis-022-ref.html (270B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Reference</title>
      4 <style>
      5 .clamp {
      6  width: 29.1ch;
      7  border: 1px solid black;
      8  font-family: monospace;
      9  white-space: pre
     10 }
     11 </style>
     12 <div class="clamp">There should be an ellipsis
     13 at the end of this text line…</div>