diff --git a/curriculum/challenges/english/blocks/lecture-working-with-css-transforms-overflow-and-filters/672bccae6e556cd81cef6af2.md b/curriculum/challenges/english/blocks/lecture-working-with-css-transforms-overflow-and-filters/672bccae6e556cd81cef6af2.md index 157508cf80a..e3c0422ecc8 100644 --- a/curriculum/challenges/english/blocks/lecture-working-with-css-transforms-overflow-and-filters/672bccae6e556cd81cef6af2.md +++ b/curriculum/challenges/english/blocks/lecture-working-with-css-transforms-overflow-and-filters/672bccae6e556cd81cef6af2.md @@ -5,7 +5,7 @@ challengeType: 19 dashedName: what-is-margin-collapsing --- -# --description-- +# --interactive-- Margin collapsing is a fundamental concept in CSS that often confuses newcomers to web development. @@ -15,6 +15,8 @@ Understanding margin collapsing is important for precise control over spacing an In CSS when two vertical margins come into contact with each other they'll collapse, this means that instead of adding together the larger margin wins and determines the space between the elements. This behavior applies only to vertical margins top and bottom and not horizontal margins, not the left and right. So, here's an example to illustrate this concept: +:::interactive_editor + ```html