CSS2 Test Suite: 8.3 margin-right

[index page] [section] [Previous] [Next] [Specification]

The style declarations contained within this page:

.test {background-color: silver;}
.cl1 {margin-right: 10px;}
.cl2 {margin-right: 15px;}
.cl3 {margin-right: 1em;}
.cl4 {margin-right: -2px; background-color: aqua;}

[test] This 'div' element has no margins applied to it, and acts as a reference point.
[test cl1] This 'div' element should have a right margin of 10 pixels.
[test cl2] This 'div' element should have a right margin of 15 pixels.
[test cl3] This 'div' element should have a right margin of 1em.
[test cl4] This 'div' element should have a right margin of -2 pixels, and an aqua background.

[index page] [section] [Previous] [Next] [Specification]