Do you see the difference? Using border-box
, the dimension properties include the actual content, padding and borders (but not the margins).
Well, content-box
is the default value and specifies that the dimension properties should only include the actual content. Let's go beyond that!