From 9aabb54d2c465abc4ddb80ef3f12fa2baf24e60e Mon Sep 17 00:00:00 2001 From: Frederick Silva Date: Mon, 28 Nov 2016 13:40:12 -0200 Subject: [PATCH] close #25 fixed description boxsizing --- property/box-sizing/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.