Learning Fuze > css-box-model > Flashcards
What CSS properties make up the box model?
padding, border, margin
Which CSS property pushes boxes away from each other?
the margin property
Which CSS property add space between a box’s content and its border?
the padding property