Design comparison
SolutionDesign
Solution retrospective
i don't use media query
Community feedback
- @hyrongennikePosted about 2 years ago
Hi @MahmoudKasrawy,
Nice job on you first attempt
You can add the following to center the card on the page.
body { display: flex; flex-direction: column; justify-content: center; min-height: 100vh; }
On mobile you can just make everything
flex-direction: column
where you use flex and change the widths to 100%.0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord