margin-bottom

Since UXP v2.0

Specifies the bottom margin for an element.

See: https://developer.mozilla.org/en/docs/Web/CSS/margin-bottom

Example:

.someElement {
    margin-bottom: 1em;
}

Quirks and Exceptions