Product Preview Card Component using HTML and CSS
Design comparison
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
Community feedback
- @anar-solPosted about 1 year ago
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 helpful0@PriyankaRC16Posted about 1 year ago@anar-sol thank you so much. Will work on this!
1
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