Design comparison
SolutionDesign
Solution retrospective
What challenges did you encounter, and how did you overcome them?
It was my first time creating a table. I'm always happy to learn something new.
What specific areas of your project would you like help with?Any feedback will be appreciated.
Community feedback
- @pmcsilva90Posted 6 months ago
Hi Yurins!
Your solution looks quite good. I'd say the only big issue I see is the responsiveness.
I would suggest that you set a max width using the min() function on the width property, that way it would look more responsive to the device's witdh.
Keep up the good work!
Marked as helpful0@yurinsPosted 6 months ago@pmcsilva90
Hi Pedro,
Thank you for your comment. I was totally missing line of the code body { max-width: 1440px; } inside the media queries. Thank you for finding out!
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