Design comparison
SolutionDesign
Community feedback
- @TK-LS97Posted almost 2 years ago
Hey nice work. You just need to center vertically. Try adding this to your code:
main{ display: flex; height: 100vh; justify-content: center; align-items: center; }
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