Skip to main content

Practice ยท 3 of 3

Debug: The Mystery Gap

Two cards sit side by side but there's an unwanted 2rem gap between them. One card carries margin-right: 2rem โ€” remove that declaration entirely (don't set it to 0; delete the line). Leave everything else alone. Rules: - The .card + .card rule keeps its margin-left: 1rem. - The margin-right: 2rem line is gone.

Difficulty: beginner

Back to lesson: Practice: The Box Model โ€” Practice