tor-browser

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

white-space-letter-spacing-001-ref.html (458B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3 <head>
      4 <meta charset="utf-8"/>
      5 <title>CSS Test reference</title>
      6 <style>
      7 div {
      8  font: 16px monospace;
      9  float: left;
     10  clear: left;
     11  border: 1px solid silver;
     12  margin: 1em;
     13  letter-spacing: .5em;
     14 }
     15 </style>
     16 <p>The five boxes below should all look the same:</p>
     17 <div>Two lines<br>of text</div>
     18 <div>Two lines<br>of text</div>
     19 <div>Two lines<br>of text</div>
     20 <div>Two lines<br>of text</div>
     21 <div>Two lines<br>of text</div>