Design comparison
SolutionDesign
Solution retrospective
Please review my HTML and CSS. I had difficulty in aligning the header section and had to use a bit of JS.
Community feedback
- @FarisPalayiPosted over 3 years ago
Site is looking good 👍
Some of my suggestions are:
- Try to make the site responsive to mobile if you can, because most of the people who surf web uses mobile devices.
- Try to use
<button>
tag on hamburger menu instead of a<div>
tag, because, it is used for an action, and currently you can't access it using the keyboard. - And then
cursor:pointer
to the hamburger menu to better indicate interactivity.
That's all from me now, happy coding✨
Marked as helpful1@RohanKondaPosted over 3 years ago@FarisPalayi
Thanks for your feedback. I will make some changes.
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