Design comparison
SolutionDesign
Solution retrospective
Please someone help me out with responsive techniques, if you think something is wrong with my code please let me know.
Community feedback
- @ChamuMutezvaPosted over 3 years ago
- footer links should be anchor elements in an unordered list for accessibility
- headings must be increased in order, with an
h1
being the first heading element then h2, h3 etc. - the parent element of an
li
element is anol
orul
element. Anli
element cannot be a direct child of a div. - a form control element like an
input
must be associated with a label
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