Design comparison
SolutionDesign
Community feedback
- @MarwaDawoodPosted 4 months ago
Very good attempt and close in likeness just few points:
1.Use the colours and font family provided in the style guide
2.Replace the <div> elements with more semantic HTML where applicable. This improves the document's readability and accessibility e.g : <main>: Use <main> to wrap the primary content of your page. : <h1>: Use <h1> for the primary heading : <section> : use section instead of divs
- Use <br> to break the text in your title and paragraphs e.g: <h2> Improve your front-end <br>skills by building projects</h2>
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