Design comparison
Solution retrospective
I am a complete newbie to front end development so would like help on the following: How could i better structure the html? Not sure if i needed to use a section or header element For the CSS it felt like i was a bit all over the place so any feedback on best practices would be greatly appreciated.
Community feedback
- @Ezekiel225Posted 10 months ago
Hello there π @KierenLWoods.
Good job on completing the challenge !
Your project looks really good!
I have suggestions about your code that might interest you.
Consider adding this to your so as to centralize your project.
body { min-height: 100vh; align-items: center; justify-content: center; }
Consider changing the color of the paragraph tag to hsl(220, 15%, 55%).
p { color: hsl(220, 15%, 55%); }
I hope it helps!
Other than that, great job!
Happy coding.
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