Design comparison
SolutionDesign
Community feedback
- @AuroreTurtlePosted 14 days ago
The fonts are not displayed correctly. You have forgotten to import the fonts (you can do this either in html or in css).
If you want to align the prices, you can use flexbox.
If you don't want to distort the image, you can check the object-fit property.
0 - @PsalmorgPosted 14 days ago
- On Mobile view, top left and right of the image need a border-radius and the product name need a color
- I don't think there is need to specify the image height and it decreasing as screen size decrease shows you use %
- You also try to make you price and alt price display: inline; just my thought for them to be side-by-side.
- Also reduce the spacing between the cart button and the price (you did a great work on that thou, my cart is not perfect as yours).
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