Design comparison
SolutionDesign
Solution retrospective
This is my first project using React, so if you find some bugs or have any tips, please tell me. Thank u!
Community feedback
- @tinuolaPosted over 1 year ago
Nice work Kevin.
A minor layout tip: Currently, the component is centered horizontally. To center it vertically as well (and have it be directly in the middle of the browser window): add "align-items: center" and "min-height: 100vh" to the body declaration (CSS).
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