
Default behavior calculation:
Final element width = left border + left padding + width + right padding + right border
Final element height = top border + top padding + height + bottom padding + bottom border
Margin = empty space to separate one element and from another. It is not included in the final element’s width or height.