margin-bottom | WebReference

margin-bottom

Name: margin-bottom

Description: Specifies the bottom margin for the element.

Browser Compatibility: IE 4+ / NN 4+ / O 3.5+

Inherited: No

Values:

Code Example:

body {
   margin-top: 1em;
   margin-right: 2em;
   margin-bottom: 3em;
   margin-left: 2em;
}