Design comparison
SolutionDesign
Solution retrospective
All feedback is welcome.
Community feedback
- @autistickyriosPosted about 1 year ago
The container isn't centered correctly. Instead of giving it a "margin-top" manually, you can center it in much easier way by using
**display: flex; justify-content: center; align-items: center;**
on the parent element. It will center all the child elements just like you used it on your container. You can use it on your "main" elementThe media queries needs some attention too. Its getting out of the screen around 750px width
Marked as helpful0
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