Skip to content

Commit

Permalink
add link to box model module
Browse files Browse the repository at this point in the history
  • Loading branch information
dipikabh authored Oct 8, 2024
1 parent a99893d commit 7ce321c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions files/en-us/web/css/margin-left/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions files/en-us/web/css/margin-right/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,4 @@ The `margin-right` property is specified as the keyword `auto`, or a `<length>`,
- {{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
1 change: 1 addition & 0 deletions files/en-us/web/css/margin-top/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,4 @@ The `margin-top` property is specified as the keyword `auto`, or a `<length>`, 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

0 comments on commit 7ce321c

Please sign in to comment.