Design comparison
SolutionDesign
Solution retrospective
Any feedback is appreciated, i m trying to improve my CSS skills especially on flexbox and grid layout
Community feedback
- @zyq-mPosted about 3 years ago
Wow it was close to the design. Great job buddy!! I notice that your
main
is not centered. You can fix this by using grid. Write this simple line in yourbody
tag.body { display: grid; place-items: center; }
Happy coding!!
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