Design comparison
SolutionDesign
Solution retrospective
I would love to have any feedback
Community feedback
- @dewslysePosted over 3 years ago
Hello Tariqul! Congrats on your submission. The page is looking nice and responsive. You may want to address the accessibility issues raised in the report. Most of the issues would be resolved by adding semantic sectioning element to your html. You could replace
<section class="card">
with<main class="card">
.You could also wrap
<img class="hero" src="images/illustration-hero.svg" alt="">
in a<figure>
.All the best
Marked as helpful0
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