
Design comparison
SolutionDesign
Community feedback
- @dar-juPosted 4 months ago
Hi salilphadnis!
Great job!
You completed the task correctly, but one critical thing need to be corrected:
- you used the img tag incorrectly, it mast be:
<img class="product-image" src="./image-product-desktop.jpg" alt="Gabrielle Essence Eau De Parfum">
That is, the image is included in html code, not in css.
From the extra:
- in css you can add the line to the
button:hover
class the line:transition: background-color 0.3s ease-in-out;
And a nice hover effect will appear
Looks like everything, great job, keep it up! Good luck in implementing your projects!
Marked as helpful0 - you used the img tag incorrectly, it mast be:
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