Design comparison
SolutionDesign
Community feedback
- @B-uchiPosted over 2 years ago
Congratulations @newtaves on completing your first challenge. Here are a few things i noticed:
- Your container component is not exactly centered. I would recommend adding
height: 100vh; width: 100%; display: flex
to yourbody
styling to center the container. - You didn't make use of the font provided in the style-guide.md file
- You should also change the width of the
.container
tomax-width: 300px
to ensure a responsive look on smaller devices. Finally, I didn't see the need to specifyheight: 540px
Cheers and happy coding
0 - Your container component is not exactly centered. I would recommend adding
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