margin-top

Since UXP v2.0

Specifies the top margin for an element.

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

Example:

.someElement {
    margin-top: 1em;
}

Quirks and Exceptions