1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
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 <style type="text/css">
10 div { font: 15px/1 Ahem; margin: 1em; }
11 .two { width: 13em; height: 3em; background: green; }
12 .two p { color: white; background: white url(support/swatch-red.png) 6em 0 no-repeat; }
13 .two span { padding-left: 4em; }
14 </style>
15 <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'">
16 </head>
17 <body>
18 <p>There should be a green bar below:</p>
19 <div class="two">
20 <p>x <span>xxxx xxxx</span> x</p>
21 </div>
22 </body>
23 </html>