From c983a1e576bcdb8055a759df2fd03e2b0a048862 Mon Sep 17 00:00:00 2001 From: garv sharma Date: Sat, 21 Jun 2025 06:41:21 +0530 Subject: [PATCH] fix: corrected swapped content lines in CSS layout quiz (#60958) Co-authored-by: garv --- .../quiz-css-layout-and-effects/66ed8ff4f45ce3ece4053eb4.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/curriculum/challenges/english/25-front-end-development/quiz-css-layout-and-effects/66ed8ff4f45ce3ece4053eb4.md b/curriculum/challenges/english/25-front-end-development/quiz-css-layout-and-effects/66ed8ff4f45ce3ece4053eb4.md index 099697e8063..d4c414a0fe6 100644 --- a/curriculum/challenges/english/25-front-end-development/quiz-css-layout-and-effects/66ed8ff4f45ce3ece4053eb4.md +++ b/curriculum/challenges/english/25-front-end-development/quiz-css-layout-and-effects/66ed8ff4f45ce3ece4053eb4.md @@ -507,7 +507,7 @@ When an element's `box-sizing` is set to `content-box`, which part of the box mo #### --distractors-- -Content +Content, padding, border, and margin --- @@ -519,7 +519,7 @@ Content, padding, and border #### --answer-- -Content, padding, border, and margin +Content ### --question--