Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I was able to learn about color schemes in CSS mostly about the hue, saturation and lightness color scheme and it has been very helpful. I will be sure to look more into it.
What challenges did you encounter, and how did you overcome them?Well the urge to start and seeking validation before I begin but I now know that I am able and I will put more effort to learn and solve problems.
What specific areas of your project would you like help with?Mostly on css and how it works to make my styling more effective
Community feedback
- @mkborisPosted 3 months ago
Hi jaysonalfie great job completing your first challenge, here are a few things to review
- All content should be wrapped within landmarks. Wrap a
main
tag around the .main- container and afooter
for the attribution. - It's best practice linking Google fonts directly in the HTML
head
section rather than directly in your CSS file as it enables asynchronous downloading, improving page load times. - Font-size should be written in rem not px. This article explains it better Why font-size must NEVER be in pixels.
- Consider using a modern CSS reset at the start of the styles in every project. Like this one Modern CSS Reset.
Hope this helps
Marked as helpful1@jaysonalfiePosted 3 months ago@mkboris Thank you I will be sure to check on all that you have shared
1 - All content should be wrapped within landmarks. Wrap a
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