Submitted over 1 year ago
QR card responsive using HTML and CSS solution
@paalvarador
Design comparison
SolutionDesign
Community feedback
- @a-costasPosted over 1 year ago
Nice job on completing the challenge!
My only note would be to use
<main>
tags in place of<section>
.<main>
adheres to semantic HTML better in this case, and<section>
s are more suitable for things like articles or specific portions of a website which always require some kind of heading.Similarly, use
<h1>
in place of<p class="card-description-title">
to indicate that that element is more important than the paragraph tag that follows it.Nice work and happy coding!
Marked as helpful0@paalvaradorPosted over 1 year ago@a-costas Hi Andrea. Thank you very much for your feedback. I will take in mind for the next challenges 😊
0
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