Design comparison
SolutionDesign
Community feedback
- @jrmydixPosted over 2 years ago
Hi! Well done!
If this can help, I have a suggestion:
- Fix accessibility issues: to do so, change your
<div class="card-title">
to<h1>
. For the landmark issue, change<div class="container">
to<main>
and change your<div class="attribution">
to<footer>
.
If you have any questions feel free to ask, I'll try my best to help and answer! 🙂
1 - Fix accessibility issues: to do so, change your
- @Luissanfiel3Posted over 2 years ago
Thank you very much for your suggestions!
I have applied the accessibility corrections to the HTML structure.
Greetings.
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