Design comparison
SolutionDesign
Community feedback
- @Lo-DeckPosted 4 months ago
Hi well done for this challenge.
Your website looks good, just a little tips about semantic tag you can use instead of
div
<section class="card cyan"> <h3 class="bold__heading">Supervisor</h3> <p class="sub__description">Monitors activity to identify project roadblocks</p> <div class="icon"> <img src="images/icon-supervisor.svg" alt=""> </div> </section>
Thinks about semantic it's important for SEO and screen reader.
Hope to be helpful.
Marked as helpful0@xaintobasPosted 4 months ago@Lo-Deck thanks for your feedback. I have updated the tags.
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