diff --git a/files/en-us/web/css/margin-left/index.md b/files/en-us/web/css/margin-left/index.md index 08068fe529c001a..fe3ebda0d85dc2e 100644 --- a/files/en-us/web/css/margin-left/index.md +++ b/files/en-us/web/css/margin-left/index.md @@ -194,3 +194,4 @@ Percentage values for `margin-left` are relative to the container's inline size. - {{cssxref("margin")}} shorthand - {{cssxref("margin-block-start")}}, {{cssxref("margin-block-end")}}, {{cssxref("margin-inline-start")}}, and {{cssxref("margin-inline-end")}} - {{cssxref("margin-block")}} and {{cssxref("margin-inline")}} shorthands +- [CSS box model](/en-US/docs/Web/CSS/CSS_box_model) module diff --git a/files/en-us/web/css/margin-right/index.md b/files/en-us/web/css/margin-right/index.md index 94995bcefed8a5c..3aefcb511a7215c 100644 --- a/files/en-us/web/css/margin-right/index.md +++ b/files/en-us/web/css/margin-right/index.md @@ -173,3 +173,4 @@ The `margin-right` property is specified as the keyword `auto`, or a ``, - {{cssxref("margin")}} shorthand - {{cssxref("margin-block-start")}}, {{cssxref("margin-block-end")}}, {{cssxref("margin-inline-start")}}, and {{cssxref("margin-inline-end")}} - {{cssxref("margin-block")}} and {{cssxref("margin-inline")}} shorthands +- [CSS box model](/en-US/docs/Web/CSS/CSS_box_model) module diff --git a/files/en-us/web/css/margin-top/index.md b/files/en-us/web/css/margin-top/index.md index fb0ddcd404d918e..9d911da49121a7f 100644 --- a/files/en-us/web/css/margin-top/index.md +++ b/files/en-us/web/css/margin-top/index.md @@ -84,3 +84,4 @@ The `margin-top` property is specified as the keyword `auto`, or a ``, o - {{cssxref("margin")}} shorthand - {{cssxref("margin-block-start")}}, {{cssxref("margin-block-end")}}, {{cssxref("margin-inline-start")}}, and {{cssxref("margin-inline-end")}} - {{cssxref("margin-block")}} and {{cssxref("margin-inline")}} shorthands +- [CSS box model](/en-US/docs/Web/CSS/CSS_box_model) module