This is a test for a boxmodel

According to the box model concept, every element on a page is a rectangular box and may have width, height, padding, borders, and margins. That’s worth remembering: Every element on a page is a rectangular box. When we look at each element individually, we can see how they are all rectangular, regardless of their final shapes.

Box models are useful for:

  1. Controlling Margins
  2. Controlling Padding
  3. Customizing Borders
  4. And so much more....