Design comparison
SolutionDesign
Solution retrospective
Any feedback would be helpful!
Community feedback
- @MojtabaMosaviPosted over 3 years ago
Good job on the desktop view but there's a litte bit work to be done on the mobile view and fixing the following would make you solution even better.
-
In you haver you should use a <nav> element because it's more sematic than a div.
-
Turn the div withe the id nav to an unordered list and make each child a link inside a <li> tag. center the unordered list vertically with logo using flexbox.
-
Below 980px the footer looks a bit messy and I suggest you add a litte bit of styling.
Happy coding :)
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