Updated missing box-model example (#24018)

This commit is contained in:
Robert Samu
2018-12-06 06:33:50 +02:00
committed by Manish Giri
parent b711c7a453
commit 784136b086

View File

@ -38,7 +38,7 @@ padding: 5px 1em 0 1em;
## Where in box model
The padding property in CSS defines the innermost portion of the box model, creating space around an element's content, inside of any defined margins and/or borders.
![The CSS Box Model](https://www.w3.org/TR/css3-box/box.png)
![The CSS Box Model](https://i.imgur.com/S0QPDi4.png)
## Common Pitfalls