box-sizing controls what the width and height properties actually measure. The default (content-box) measures only the content; border-box makes them include padding and border.
The problem with the default (content-box)
{
: content-box;
: ;
: ;
: solid;
}
