tor-browser

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

c5509-padn-l-000.xht (1853B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
      2 <html xmlns="http://www.w3.org/1999/xhtml">
      3  <head>
      4   <title>CSS Test: padding-left</title>
      5   <meta name="flags" content="ahem image" />
      6   <link rel="help" href="http://www.w3.org/TR/REC-CSS1#padding-left"/>
      7   <link rel="author" title="CSS1 Test Suite Contributors" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html"/>
      8   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
      9   <link rel="match" href="c5507-padn-r-000-ref.xht" />
     10 
     11   <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
     12   <style type="text/css"><![CDATA[
     13    body { color: navy; }
     14    div { font: 10px/1 Ahem; width: 106px; color: blue; }
     15    img { vertical-align: bottom; }
     16    .zero {padding-left: 0; text-align: center; background-color: navy;}
     17    .one {padding-left: 0.5in; text-align: left; background-color: navy;}
     18    .two {padding-left: 48px; text-align: left; background-color: navy;}
     19    .three {padding-left: 4.8em; text-align: left; background-color: navy;}
     20    .four {padding-left: 45.3%; text-align: left; background-color: navy;}
     21   ]]></style>
     22   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#padding-properties" title="8.4 Padding properties: 'padding-top', 'padding-right', 'padding-bottom', 'padding-left', and 'padding'"/>
     23   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#length-units" title="4.3.2 Lengths"/>
     24   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" title="16.2 Alignment: the 'text-align' property"/>
     25  </head>
     26  <body>
     27   <p>The five bars below should be identical.</p>
     28   <div>
     29    <p class="zero">
     30     x
     31    </p>
     32    <p class="one">
     33     x
     34    </p>
     35    <p class="two">
     36     x
     37    </p>
     38    <p class="three">
     39     x
     40    </p>
     41    <p class="four">
     42     x
     43    </p>
     44   </div>
     45  </body>
     46 </html>