CSS1 Test Suite: 5.5.08 padding-bottom


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

The style declarations which apply to the text below are:

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

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

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

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

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

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

This sentence uses the User Agent's default padding settings.

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

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

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

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

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

This sentence uses the User Agent's default padding settings.


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