Design comparison
Solution retrospective
having a hard time knowing when to use either min-width or max-width for media queries
Community feedback
- @shashreesamuelPosted over 2 years ago
Hey good job completing this challenge. Keep up the good work.
Your solution looks great however I think your card needs to be scaled up a bit using
transform: scale()
.I hope this helps
Cheers Happy coding š
Marked as helpful0@IzzyDoesPosted over 2 years ago@TheCoderGuru Thanks a lot for feedback
0 - @sridarshan-webjavaPosted over 2 years ago
Amazing work and congratulations for completing the challenge!
Using min-width or max-width for media queries depends on how you approach the solution. If you go for a mobile-first approach then you might probably use min-width. Else you might use max-width.
Also in your solution, the container seems to be overflowing in small screen sizes. Do ensure that the container is responsive in smaller screen sizes as well
Happy coding!
Marked as helpful0@IzzyDoesPosted over 2 years ago@sridarshan-webjava Thanks a lot for the feedback
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