What CSS properties make up the box model?
Border - Every box has a border (even if it is not visible or is specified to be 0 pixels wide). The border separates the edge of one box from another
Margin - Margins sit outside the edge of the border. You can set the width of a margin to create a gap between the borders of two adjacent boxes.
Padding - Padding is the space between the border of a box and any content contained within it. Adding padding can increase the readability of its contents.
Which CSS property pushes boxes away from each other?
Margin
Which CSS property add space between a box’s content and its border?
Padding