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

Huddle landing page

mihai1702 130

@mihai1702


Design comparison


SolutionDesign

Community feedback

P
Lo-Deck 2,020

@Lo-Deck

Posted

Hi well done for this challenge.

First thing you need to use more html tag like <section>, <article> . It's better for the screen reader.

<div class="second-column">
      <div class="a-footer"><a href="#">About Us</a></div>
      <div class="a-footer"><a href="#">What We Do</a></div>
      <div class="a-footer"><a href="#">FAQ</a></div>
</div>

instead use a

 <ul>
    <li>About Us</li>
    <li>What We Do</li>
    <li>FAQ</li>
</ul>

I'll give this link mozilla, good website to learn with good practice.

I think you've started doing your website by desktop approach try by mobile approach. freecodecamp

Hope to be helpful.

Marked as helpful

1

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