Design comparison
SolutionDesign
Solution retrospective
I'm waiting for your advices or way to improve my code (some simplification maybe?)
Thanks!
Community feedback
- @deepak-parmarPosted over 2 years ago
@Wandole, Use semantic tags like...
<main>
instead of<div>
for.fourCards
element<header>
for.heading
element<section>
for each.card
element
These would provide semantic meaning to the content and resolve accessibility issues.
Visually your work looks great! 👌
1@WandolePosted over 2 years ago@deepak-parmar Thanks, I totally forgot to think about that. I'll change that :-)
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