CSS1 Test Suite: 5.5.02 margin-right


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

The style declarations which apply to the text below are:

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


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

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

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

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

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

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

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

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


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