Design comparison
SolutionDesign
Solution retrospective
Hi everyone, I just finished this challenge which wasn't really complicate, everything was working really smooth. Any kind of feedback it's more than welcome!
Community feedback
- @hyrongennikePosted about 2 years ago
Hi @Petru14,
Congrats on completing the challenge
Just something for future challenges if you want to center a card or box or any element you can add the following to the parent container:
.main_container--1 { min-height: 100vh; display: flex; justify-content: center; align-items: center; }
Marked as helpful1
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