What does margin collapsing mean?
- A Margins are removed entirely
- B Adjacent vertical margins between block elements combine into the larger of the two
- C Horizontal margins are added together
- D Margins convert to padding
Answer
Adjacent vertical margins between block elements combine into the larger of the two
Collapsing does not occur in flex or grid containers, or across a border or padding, which is often how it is prevented.





