Which CSS property is used to create a new Block Formatting Context (BFC) to prevent margin collapsing?

Web Development Medium

Web Development — Medium

Which CSS property is used to create a new Block Formatting Context (BFC) to prevent margin collapsing?

Key points

  • BFCs isolate internal layout from external elements
  • Overflow values other than visible trigger BFC
  • BFCs prevent margin collapsing and clear floats

Ready to go further?

Related questions