From 08202e752ae4a64247827b715abed367fb2685cc Mon Sep 17 00:00:00 2001 From: Nigel Cheok Date: Sat, 10 Nov 2018 05:50:01 +0800 Subject: [PATCH] Update readme (#22603) * Update readme * Fixed formatting --- guide/english/css/padding/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/guide/english/css/padding/index.md b/guide/english/css/padding/index.md index 9ccfc7cc53..bc55325492 100644 --- a/guide/english/css/padding/index.md +++ b/guide/english/css/padding/index.md @@ -41,6 +41,9 @@ The padding property in CSS defines the innermost portion of the box model, crea ![The CSS Box Model](https://www.w3.org/TR/css3-box/box.png) +## Common Pitfalls +Do note, while padding and margins are similar in the context of 'adding spaces between elements', padding is **included** into the element's dimensions, while margins are not. + ## Browser Support It is effectively supported in all browsers (since IE6+, Firefox 2+, Chrome 1+ etc)