CSS1 Test Suite: 5.5.09 padding-left


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

The style declarations which apply to the text below are:

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

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

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

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

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

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

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

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

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

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

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


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