tor-browser

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

webkit-line-clamp-025-ref.html (385B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Reference</title>
      4 <style>
      5 .clamp {
      6  display: -webkit-box;
      7  -webkit-box-orient: vertical;
      8  font: 16px / 32px monospace;
      9  white-space: pre;
     10  padding: 0 4px;
     11  background-color: yellow;
     12  width: 11.1ch;
     13 }
     14 .float {
     15  float: right;
     16  color: orange;
     17 }
     18 </style>
     19 <div class="clamp"><div><div class="float">[f]</div>A B C D…</div></div>