Responsive component using HTML, CSS

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!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @hyrongennike
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 helpful
Join 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