Product Preview Card Component using HTML and CSS

Solution retrospective
Hi everyone!
I hope this message finds you well.
I have completed my fourth project on the Product Preview Card Component. These challenges are helping me build my coding skills.
Please feel free to share your feedback for the following:
-
How can I improve the responsiveness of the design?
-
Any other feedback will be greatly appreciated. Your considered feedback is of great importance to me, and I genuinely look forward to your expert insights.
Thank you for your time.
Warm regards,
Priyanka
Please log in to post a comment
Log in with GitHubCommunity feedback
- @anar-sol
Hello =)
You are opening a
div
element before thebody
, it's an invalid HTML.body
is supposed to be the main element containing all the content of the page.You can use the W3C HTML validator to check your HTML.
Marked as helpful
Join 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