Design comparison
Solution retrospective
Didn't take me long time at all, and haven't written css from scratch before
What challenges did you encounter, and how did you overcome them?First made the CSS for desktop, wasn't sure how to do it well for mobile but think i figured it out?
What specific areas of your project would you like help with?Appreciate feedback on everything!
Community feedback
- @porumbachanovPosted 6 months ago
-
You are already using flexbox and relative units, so there is no need for media queries as it just breaks the layout on the screens between the ones defined (between 750px and 600px).
-
For the border-radius, it's probably more appropriate to use absolute units like "px" because it kinda looks weird with percentages.
P.S. Hope this helps. I'm not very experienced, but I have to write a feedback to progress on the learning path I started. xD
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