CSS1 Test Suite: 5.5.07 padding-right


[Previous] [Next] [Section] [Contents] [Specification]
Last Updated: 1 September 1998

The style declarations which apply to the text below are:

.one {padding-right: 0.5in; text-align: right;}
.two {padding-right: 25px; text-align: right;}
.three {padding-right: 5em; text-align: right;}
.four {padding-right: 25%; text-align: right;}
.five {padding-right: 25px; text-align: right; background-color: aqua;}

This sentence should have a right padding of half an inch, which will require extra text in order to test.

This sentence should have a right padding of 25 pixels, which will require extra text in order to test.

This sentence should have a right padding of 5 em, which will require extra text in order to test.

This sentence should have a right padding of 25%, which will require extra text in order to test.

This sentence should have a right padding of 25 pixels and an aqua (light blue) background which the padding should inherit.

This sentence should have a right padding of half an inch, which will require extra text in order to test.

This sentence should have a right padding of 25 pixels, which will require extra text in order to test.

This sentence should have a right padding of 5 em, which will require extra text in order to test.

This sentence should have a right padding of 25%, which will require extra text in order to test.

This sentence should have a right padding of 25 pixels and an aqua (light blue) background which the padding should inherit.


[Previous] [Next] [Section] [Contents] [Specification]