Design comparison
SolutionDesign
Community feedback
- @Lo-DeckPosted 7 months ago
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 helpful1
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