Design comparison
Solution retrospective
Help check and make corrections
Community feedback
- @shashreesamuelPosted over 2 years ago
Hey ScottDeev, good job completing this challenge. Keep up the good work
Your solution looks great however I think the column on the left which shows the days of the week needs some margin from the bottom using
margin-bottom
In terms of your accessibility issues simply wrap all your content between
main
tags.In terms of your validation errors
Element a not allowed as child of element ul in this context. This means that you cannot have an anchor tag within a ul tag since it is not supposed because ul should only contain list items
I hope this helps
Cheers Happy coding
1@ScottDeevPosted over 2 years agoGone through it and made those corrections!. Thanks a lot!@TheCoderGuru
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