From outside to inside, what is the order of the css properties that affect a box’s dimensions
How far do background-images and background-colors extend in the box model?
The image and colors will extend through the content to the border unless this default behavior is adjusted with the background-clip property
Does each box have its own margin?
No, margins can be “shared” when adjacent to another box. This is called margin collapsing.
How do an adjacent top and bottom margin “collapse?”
Top and bottom margins will be collapse using the following calculations: