Box model test

margin
This is the content.

Note: There is no simple way to color the padding: background-color normally affects everything inside the border.

As a work-around, we use the following CSS to restrict the background color to the content box:

  background-clip: content-box;