margin

Since UXP v2.0

Specifies the margin for an element.

See: https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/margin

Example:

.someElement {
    margin: 0 auto;
}

Quirks and Exceptions