summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/text-align/text-align-last-justify-ref.html
blob: d07bed3f779f55d717f806b0c2b1889446a465da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
 <head>
  <title>text-align-last: justify</title>
  <meta charset="utf-8">
  <style>
   span.left {
     position: relative;
     float: left;
   }
   span.right {
     position: relative;
     float: right;
   }
  </style>
 </head>
 <body>
 <p><span class="left">Lorem</span><span class="right">ipsum</span></p>
 </body>
</html>