1
<!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN">
4 <title>CSS
2.1 Test Suite: padding-right
</title>
5 <style type=
"text/css">
7 div
{ font: 10px/1 Ahem
; width: 106px; color: blue
; }
8 img
{ vertical-align: bottom
; }
9 .zero {padding-right: 0; text-align: center
; background-color: navy
;}
10 .one {padding-right: 0.5in; text-align: right
; background-color: navy
;}
11 .two {padding-right: 48px; text-align: right
; background-color: navy
;}
12 .three {padding-right: 4.8em; text-align: right
; background-color: navy
;}
13 .four {padding-right: 45.3%; text-align: right
; background-color: navy
;}
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 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/text.html#alignment-prop" title=
"16.2 Alignment: the 'text-align' property">
19 <p>The five bars below should be identical.
</p>