Design comparison
SolutionDesign
Community feedback
- @Orekihotarou-kPosted 7 months ago
Congratulations @Ethanneece on completing the challenge. You're solution looks good. A few adjustments would make it even better.
I have only one suggestion. Properly center the
main
. You can do so by wrapping it with another div, and then declaringdisplay: grid; place-items: center; min-height: 100dvh;
and it should be fixed. hope this helps.
Happy coding✨
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