Design comparison
SolutionDesign
Solution retrospective
Feel free to point out errors in my code. Thank you
Community feedback
- Account deleted
Hi @Oyinalade! good job here!
I will give you a couple of observations to avoid accessibility issues:
- Document should have one main landmark, to solve this you could make the following correction:
<div class="grid"> <-- remove <main class="grid"> --> add
- Page should contain a level-one heading, you start with second level titles, the correction is as easy as changing the <h2> tag for a <h1> tag in this line of code:
<h2>Join our community</h2>
I hope this feedback has been useful to you! keep coding :)
Marked as helpful0@OyinaladePosted over 2 years ago@nachogonzalia Thank you very much. corrected it already
2
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