Submitted 11 months ago
Responsive product preview card with css grid, flex, queries
@Arboricum
Design comparison
SolutionDesign
Solution retrospective
the real challenge was to find a way to let the image fit at all display views
Community feedback
- @Call4juliusPosted 11 months ago
Good job.
However there is a vertical scrolling of your design on certain screen.
Since you have given the body a
display: grid;
, why not just center all items usingplace-content: center;
Avoid using positions as much as possible.
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