Design comparison
SolutionDesign
Solution retrospective
Any feedback is much appreciated.
Community feedback
- @ChamuMutezvaPosted about 3 years ago
- do not skip headings, they should ascend in order - h1, h2, h3 etc.
- input elements must have a label for accessibility - the following element has no label
<input type="email" placeholder="[email protected]" required class="input" />
- a div cannot be a direct child of an
ul
element
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