Design comparison
SolutionDesign
Community feedback
- @Ezekiel225Posted 10 months ago
Hello @HunterPfannenstiel
Your project looks really good!
I just have one suggestion:
Try adding a ** background-color of hsl(0, 0%, 100%)** and also a min-height of 100vh to centralize your project.
body { background-color: hsl (0, 0%, 100%); min-height: 100vh; justify-content: center; display: flex; align-items: center }
I hope it helps!
Other than that, great job!
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