c5507-ipadn-r-002

padding-right

WeasyPrint

This browser

Flags
ahem, image

Source

 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-right</title>
 5   <meta name="flags" content="ahem image">
 6   <link rel="help" href="http://www.w3.org/TR/REC-CSS1#padding-right">
 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    .three { background: url(support/swatch-red.png) 5em 2em no-repeat; font: 15px/1 Ahem; margin: 1em; }
11    .three div { width: 5em; height: 4em; background: red; }
12    .three p { background: white; color: white; }
13    .three span { padding-right: 4em; background: white; color: green; }
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 square below:</p>
19   <div class="three">
20    <div>
21     <p>xx xx <span>xx xx</span> xx xx</p>
22    </div>
23   </div>
24  </body>
25 </html>