Submitted about 1 year ago
basic responsive product preview card using HTML and CSS
@realxnogga
Design comparison
SolutionDesign
Solution retrospective
I wanna be good at this.
Community feedback
- @hitmorecodePosted about 1 year ago
Nice well done. Just a few tips
- You have two
h1
on the page, avoid this at all time. A page can only contain oneh1
. Change the secondh1
to ap
orh2, h3, h4 ...
. - When working with multiple images that have to change according to the width of the page. It's best to make us of the
<picture>
element. - The current price and previous price are not horizontally aligned.
Marked as helpful2 - You have two
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