Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Using rem unit instead of px!
What challenges did you encounter, and how did you overcome them?This challenge not being FREE+ which means not being able to check the design files for the spacing etc...
Community feedback
- @Igorsimic1988Posted 2 months ago
For accessibility, use <ul> with nested <li> for better navigation instead of using non-functional buttons. They look like buttons but they are just links.
1@iyedooPosted 2 months ago@Igorsimic1988 Thanks for pointing that! Another way I guess is just putting a link tag inside of the button just like that: <button><a href="#"></a></button>
At the end of the day, It's not a real design so the links will be pointless I guess.
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