CSS Box Model Flashcards
1
Q
What CSS properties make up the box model?
A
The CSS properties that make up the box model are: content, padding, border, and margin.
2
Q
Which CSS property pushes boxes away from each other?
A
The margin property.
3
Q
Which CSS property pushes box content away from its border?
A
The padding property.