Design comparison
SolutionDesign
Solution retrospective
Hi there π, Iβm Orton and this is my solution for this challenge.
Built With:
TailwindCSS npm - prettier React.js. Any suggestions on how I can improve and reduce code are welcomed!
Thank you. πβοΈ
Community feedback
- @ApplePieGiraffePosted almost 2 years ago
Hi there, Orton Bright! π
Great effort on this challenge! π I really like the transition you added to the mobile menu! π
A few things I'd like to suggest are,
- Making sure all of the content is centered in the mobile/tablet views, as the illustration and paragraph below the heading are sticking to the left side of the page.
- Making sure that all the direct children of ul elements are li elements (that will help clear up a few errors on your solution report).
- You do not need to add
aria-hidden="true"
to an image if you set its alt text to an empty string, as that will cause it to be ignored by assistive technology, anyway. π
Hope you find these tips helpful. π
Keep coding (and happy coding, too)! π
0@ortonb110Posted almost 2 years ago@ApplePieGiraffe I really appreciate you for stopping by, I will work on your suggestions. Thanks
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