Design comparison
SolutionDesign
Solution retrospective
Thanks for view my post. Please fell free to provide feedback, recommentadions, suggestions or code optimizations to improve this project.
Have fun building!!!
Community feedback
- @Tolulope-asPosted 10 months ago
Beautiful work! But I wish it was responsive especially for mobile screens, try learn more about media queries you could use a media query to change your container's flex direction to column for mobile screens e.g
media screen and (max-width:600px){ .container { display: flex; flex-direction:column; } }
Marked as helpful1
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