Design comparison
SolutionDesign
Solution retrospective
It seems so much easy for me in responsiveness! So, I little bit confused about my code pattern with using bootstrap. If you have any suggestions, please feel free to tell me. Happy Coding :)
Community feedback
- @tedikoPosted over 3 years ago
Hello, Jannatun Naher Reya! 👋
Congrats on finishing another challenge! Your solution responds well. Here's my few suggestions:
- Read about semantic. Semantic elements lead to more consistent code, they are easier to read and improve accessibility.
- Add some
aria-label
for your footer icon anchors to let know screen readers where this anchors redirect to. "Follow us on Facebook" for example. - Your footer nav items also should be wrapped into anchor
<a>
elements.
Good luck with that, have fun coding! 💪
1@reya3183Posted over 3 years ago@tediko Thanks for your suggestions. I try my best to follow these :)
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