What's up with the box model, anyway?

It's kind of like a box that wraps around every elementIt consists of margins, borders, padding and the actual contentIt's the white space inside of an element's margins and bordersIt's nothing but a border

Amazing! The box model is a rectangular box that wraps around every HTML element and consists of margins, borders, padding and the actual content.

So close! The box model is a rectangular box that wraps around every HTML element and consists of margins, borders, padding and the actual content.