Flexboxes, Forms and Buttons

Solution retrospective
v1.0
- Layout flows between desktop and mobile (both orientations)
- Probably needs better code for more responsiveness
- I have no idea how to fix that accessibility issue in the report
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ramsaysewell
Hey Cara,
Wow! Cool! Really nice work on this solution.
I think you have done a really good job at converting the design into code, which is a massive part of being a front-end developer.
A tip for responsiveness, take a look into
flex-basis
,flex-grow
andflex-shrink
instead of usingmin-width
as this will make the responsiveness, even better(!).Amazing job, keep it up!
Ramsay
Join 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