tor-browser

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

white-space-vs-joiners-002-ref.html (312B)


      1 <!DOCTYPE html>
      2 <meta charset=utf-8>
      3 
      4 <title>CSS Text reference</title>
      5 <link rel="author" title="Jonathan Kew" href="mailto:jkew@mozilla.com">
      6 
      7 <style>
      8 p {
      9  width: min-content;
     10  border: 2px solid green;
     11  font: 24px monospace;
     12 }
     13 </style>
     14 
     15 <body>
     16  <p>
     17    This
     18    is
     19    a
     20    simple
     21    test
     22  </p>
     23 </body>