Back to CSS1 Reference | CSS1 Properties
Prev margin | Next margin-left


Property
margin-bottom
Values
<length>, <percentage>, auto
Initial
0
Inherited
no

This property sets the bottom margin of an element:

      H1 { margin-bottom: 3px }

A negative value is allowed, but there may be implementation-specific limits.