Design comparison
SolutionDesign
Solution retrospective
Any feedback is welcome!!! ✌🏻
Community feedback
- @ChamuMutezvaPosted over 3 years ago
So far so good. One of the error is caused by a role of main on the html element. Consider using semantic html elements where possible
0@b4n1y4Posted over 3 years ago@ChamuMutezva Thanks man... I'm having a hard time resolving this error. Can you be a bit more specific on how to solve it?
0@ChamuMutezvaPosted over 3 years ago@b4n1y4 , remove the
role="main"
from<html lang="en" role="main">
. Change the div with a class ofcontainer
to amain
element.1
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