Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Four card feature section

@xaintobas

Desktop design screenshot for the Four card feature section coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

P
Lo-Deck 2,020

@Lo-Deck

Posted

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 helpful

0

@xaintobas

Posted

@Lo-Deck thanks for your feedback. I have updated the tags.

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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