CSS1 Test Suite: 5.5.03 margin-bottom


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

The style declarations which apply to the text below are:

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


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

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

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

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

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

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

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

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

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

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


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