CSS margin-inline-start Property Reference

The CSS margin-inline-start property is a standard property in CSS Logical Properties and Values. Review its formal syntax, computed behavior, and practical declarations.

CSS margin-inline-start Property Reference

The CSS margin-inline-start property is a standard property in CSS Logical Properties and Values. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

margin-inline-start overview

The CSS margin-inline-start property is a standard property in CSS Logical Properties and Values. Review its formal syntax, computed behavior, and practical declarations.

The property is not inherited by default. Use an explicit global keyword when inheritance is intended.

Syntax and formal definition

margin-inline-start formal syntax
FieldValue
Formal syntax<'margin-top'>
Initial value0
Applies tosameAsMargin
InheritedNo
PercentagesdependsOnLayoutModel
Computed valuelengthAbsolutePercentageAsSpecifiedOtherwiseAuto
Animation typelength
Mediavisual
Specification groupCSS Logical Properties and Values
StatusStandard

Practical examples

These declarations demonstrate valid ways to set margin-inline-start. The initial and inherit global keywords remain available even when a property-specific value is preferable.

margin-inline-start live example
CSS .reset-example { margin-inline-start: initial; } .inherit-example { margin-inline-start: inherit; } @supports (margin-inline-start: initial) { .supported { margin-inline-start: initial; } }

Description

The CSS margin-inline-start property is a standard property in CSS Logical Properties and Values. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: margin-inline-start
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies