Design comparison
Solution retrospective
I did this challenge in march, I proud because I can be better.
What challenges did you encounter, and how did you overcome them?I didn't encounter this challenges.
What specific areas of your project would you like help with?I would like to receive help in my skills about responsive design.
Community feedback
- @wonderlust101Posted 4 months ago
In terms of responsive design, the only this I would suggest is using max-width instead of just width when you are using fixed values so that your content won't overflow on smaller screens.
In the future, avoid using
px
for things that should scale when users change their browser font size such aswidth
,height
,font size
, etc. just to name a few. There should be a Youtube video somewhere that talks more about this.Additionally, start using semantic HTML for accessibility purposes.
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