Submitted over 2 years ago
Responsive Product Preview Card Component using Flexbox
@AshM10
Design comparison
SolutionDesign
Solution retrospective
What I learned
Still getting the hang out of using flexbox. I used to always use bootstrap for grids, and this time I did not use it.
Community feedback
- @afaiz-spacePosted over 2 years ago
Hey @AshM10, congratulation on completing the challenges. I noticed some issues.
- Replace
height:100vh
withmin-height:100vh
in body element. - Remove
min-width:600px
and replacewidth:30%
withwidth: 40rem;
in card class. - Replace
height:400px
withmin-height:20rem
in left-side class of media query
Marked as helpful1@AshM10Posted over 2 years ago@afaiz-space Thank you so much! I did the adjustments! ❤️
0 - Replace
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