Design comparison
SolutionDesign
Solution retrospective
I couldn't make it responsive. Any feedback will be appreciated.
Community feedback
- @jgreen721Posted about 2 years ago
I don't think this exercise needs to be too responsive with the one card, and I see you used
@media
query down below which would have been my suggestion for in-general/future use. I would recommend putting a min-width onto the card to prevent it from shrinking too small. There is also aclamp
function worth checking out. Roughly it'swidth:clamp(min,desired,max)
.Nice job though. The card and background both look good at desktop size!
Marked as helpful0
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