margin

Since UXP v2.0

Specifies the margin for an element.

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

Example:

.someElement {
    margin: 0 auto;
}

Quirks and Exceptions