Submitted over 1 year ago
Responsive Product Preview Card using Flexbox
@Utkarshrajmishra
Design comparison
SolutionDesign
Community feedback
- @rohitd99Posted over 1 year ago
Hi Utkarsh
Congrats on completing the challenge.
Enjoyed going through it, well structured, and responsive. But I have a few suggestions that will help you improve it.
- You've used
div
's for structuring but I'd suggest usingmain
andsection
as they are semantic elements. - For representing the deleted text use
del
instead ofp
. - The spelling of Perfume is mistaken as Prefume.
- Also instead of having two images and changing them through media queries, I'd like to suggest using
picture
element with two differentsource
's. Here's the MDN doc for the same picture.
Hope it helps
1 - You've used
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