Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I am happy that i go to finish this project within two days like my previous one, it really means a lot to me, especially when i know i lack discipline sometimes
What challenges did you encounter, and how did you overcome them?the challenge i actually encounted, is when i was dealing with the responsive section of the project, i think it was because i was a bit tired ...lol
What specific areas of your project would you like help with?any feedback is welcome
Community feedback
- @mkborisPosted 3 months ago
Nice work Harvee-king, here are a few things to review
- All content should be wrapped within landmarks. Wrap a
main
tag around the .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. - Consider using a modern CSS reset at the start of the styles in every project. Like this one Modern CSS Reset. This will help reset a list of default browser styles.
- Font-size, media queries should be written in
rem
not px
Marked as helpful0 - 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