Skip to main content

Practice ยท 3 of 3

Center a Card Perfectly

Make .stage a flex container that centers .card both horizontally and vertically, and give .stage a min-height: 100vh so centering has room. Rules: - display: flex, justify-content: center, align-items: center on .stage.

Difficulty: beginner

Back to lesson: Practice: Flexbox โ€” Practice