diff --git a/property/box-sizing/index.html b/property/box-sizing/index.html index 81cd3e7d..cf77a28a 100644 --- a/property/box-sizing/index.html +++ b/property/box-sizing/index.html @@ -62,7 +62,7 @@

The width and height of the element apply to all parts of the element: the content, the padding and the borders.

For example, this element has

The full width is 200px, no matter what.

-

The box has the defined width. The content accomodates for those dimensions, and ends up being 200px - 30px - 24px = 146px.

+

The box has the defined width. The content accomodates for those dimensions, and ends up being 200px - 60px - 24px = 116px.