diff --git a/guide/english/css/margins/index.md b/guide/english/css/margins/index.md index a0e10222ac..59322f97d6 100644 --- a/guide/english/css/margins/index.md +++ b/guide/english/css/margins/index.md @@ -37,7 +37,7 @@ margin: 5px 1em 0 1em; ## Where in box model The margin property in CSS defines the outermost portion of the box model, creating space around an element's content, outside of any defined paddings and/or borders. -![The CSS Box Model](https://www.w3.org/TR/css3-box/box.png) +![The CSS Box Model](https://www.w3.org/TR/CSS2/images/boxdim.png "CSS Box Model Diagram") ## Collapsing margins Vertical margins on different elements that touch each other (thus have no content, padding, or borders separating them) will collapse, forming a single margin that is equal to the greater of the adjoining margins. This does not happen on horizontal margins (left and right), only vertical (top and bottom).