tor-browser

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

pre-wrap-align-right-001-ref.html (528B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <title>CSS Text reference</title>
      6 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css">
      7 <style>
      8 .test {
      9  font: 20px Ahem, monospace;
     10  width: 15ch;
     11  border: 1px solid gray;
     12  padding: 5px;
     13  white-space: normal;
     14  text-align: right;
     15 }
     16 </style>
     17 </head>
     18 
     19 <p>The text on each line should be neatly right-aligned:</p>
     20 
     21 <div class=test>one two three<br>
     22 four five<br>
     23 six seven eight<br>
     24 nine ten.<br>
     25 un deux trois<br>
     26 quatre cinq<br>
     27 six sept huit<br>
     28 neuf dix</div>