tor-browser

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

text-justify-inter-character-001-ref.html (571B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <title>CSS Text 7.4. Justification Method: text-justify: inter-character</title>
      6 <link rel="author" title="Chun-Min (Jeremy) Chen" href="mailto:jeremychen@mozilla.com">
      7 <link rel="author" title="Mozilla" href="https://www.mozilla.org">
      8 <style type='text/css'>
      9 p {
     10  font-size: 1.5em;
     11  border: 1px solid black;
     12  padding: 10px;
     13  margin-right: 310px;
     14 }
     15 .right {
     16  float: right;
     17 }
     18 </style>
     19 </head>
     20 <body>
     21 <p lang="en">X<span class="right">X</span></p>
     22 <p lang="ja"><span class="right"></span></p>
     23 </body>
     24 </html>