Technical One

What is the difference between Margin, Border, and Padding?

The content is in the middle of the box (image, text …). This can be given a height/width

The padding describes the space between this content and the border of the box

The border is any kind of line (solid, dotted..) surrounding the content and padding.

The margin is the space around the border.