Design comparison
Community feedback
- @correlucasPosted about 2 years ago
👾Hello Yunus, congratulations for your new solution!
Great solution and great code! I liked a lot the animation you've add to the button! Here's some tips:
You need to fix the accessiblity issues adding the
<main>
tag replacing the<section>
every pages need this landmark to keep the main content and for the other blocks or you use a semantic tag to wrap it replacing the div or usearia-label
to indicate what is inside the block.Use the
lighthouse
inside devtools in Google Chrome to do a performance test and see what you can improve in this solution. Its the best tool to make the code 10/10.👾My rating for this solution: ⭐⭐⭐⭐⭐
✌️ I hope this helps you and happy coding!
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