Design comparison
SolutionDesign
Community feedback
- @Ezekiel225Posted 10 months ago
Hello @Rehabessam
Your project looks really good!
I just have a few suggestions for your project:
Change the background-color of the body element to hsl(225, 100%, 94%).
body { background-color: hsl(225, 100%, 94%); }
Reduce the padding-top of the h1 to 25px
h1 { padding-top: 25px; }
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