css.properties

margin-block

The margin-block property shorthand for block margin properties.

Formal Syntax

<'margin-top'>{1,2}

See specification

JavaScript Access

// Access via element.style
element.style.marginBlock = 'value';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
margin-block876614.187
anchor-size13214726132
auto876614.187

Related Properties