Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Completed my first challenge on this platform!
What challenges did you encounter, and how did you overcome them?I didn't face any major challenges
What specific areas of your project would you like help with?Any feedback on my code and design will be highly appreciated
Community feedback
- @Eye0001Posted 4 months ago
Hello @melissa-koi
Congratulations on completing your first challenge! That's a tremendous accomplishment. I have some feedback for you that I hope you will find helpful:
- Include a CSS reset: A reset will remove all default stylings as not all browsers have the same stylings. Use this for a more consistent starting point. Here is a good source that will help you get started.
- Don't use pixels for font size: Pixels won't scale for users who have poor eyesight and change their default font size. Instead, use rems, which offer better accessibility.
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