css.properties

margin-inline-end

The margin-inline-end property sets the inline end margin of an element.

Formal Syntax

<'margin-top'>

See specification

JavaScript Access

// Access via element.style
element.style.marginInlineEnd = '0';

Logical Property Group

This property belongs to the margin logical property group, which includes:

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
margin-inline-end694112.179
anchor-size13214726132
auto694112.179

Related Properties