CSS Property: margin-bottom
The bottom margin of a box, outside the bottom border, padding, and content areas.
Possible Values
Value | Note | Example |
---|---|---|
[length] | 10px | |
[percentage] | Calculated as a percentage of the containing box’s width. | 25% |
auto | ||
inherit | ||
initial | ||
unset |
Example
#fox { margin-bottom: 20px; }