
Design comparison
SolutionDesign
Solution retrospective
What challenges did you encounter, and how did you overcome them?
I had challenges with the media queries
Community feedback
- P@GFJrPosted 3 months ago
Hey @Enisco29 good job! Here are some improvement suggestions:
- Making the width and height at 100% so the image can cover the full space available for bigger screens, -Include the border radius to round the corners of the image for big screens: border-top-left-radius:10px; border-bottom-left-radius: 10px;
-Add the hover effect on "add to cart" button to make the button becomes darker when the mouse hovers the button.
example : .add_to_cart:hover{ background-color: #005C5B; cursor: pointer; }
Well done on your challenge and good luck for the others :)
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