Submitted over 2 years ago
Advice Generator App using classes and methods
@snowsneakers
Design comparison
SolutionDesign
Solution retrospective
I had fun doing this challenge. I wanted to play around with classes, properties, and methods. I know I could have done something much more simple.
Community feedback
- @EsitalePosted over 2 years ago
Good job
Your solution looks really good, however I noticed you have accessibility issues. your document does not have a footer landmark. This can be fixed by wrapping all the tags after the main landmark within the footer landmark.
<body> <main> </main> <footer> </footer> </body>Hope this helps
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