Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I am proud I managed to finish this exercise close to the original design.
What challenges did you encounter, and how did you overcome them?I think I had some challenges with positioning the component at start, but I searched online and managed to fix the issues.
What specific areas of your project would you like help with?I would appreciate any feedback.
Community feedback
- @moadavouPosted 7 months ago
Great work with this challenge! 🎉
Here are a few recommendations:
- Use the
main
andfooter
elements instead ofdiv
. Semantic HTML improves accesibilty!
- Use
rem
instead ofpx
for yourfont-size
. Pixels don't scale with user settings. If you don't change this, the text will stay the same even if the user changes the browser settings for font-size.
Marked as helpful0 - Use the
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