Design comparison
SolutionDesign
Community feedback
- @DeolabestPosted about 2 years ago
Hey @pelzfx, Congratulations on completing this challenge!
Here is my feedback:
- Below is what the body should look like to center the container. The margin-top: 250px; you added is not necessary.
body { min-height: 100vh; background-color: hsl(30, 38%, 92%); align-items: center; display: flex; flex-direction: column; justify-content: center; }
Keep doing a good job!
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