Submitted about 2 years ago
responsive news homepage using Flex-box and Grid
@rule-kells
Design comparison
SolutionDesign
Solution retrospective
Feedback is welcomed!
Community feedback
- @Kamasah-DicksonPosted about 2 years ago
But next time your close button should be in the same div of the nav-links
E.g
`` 1. <button>btn</button>
- <li> links</li>
- <li> links</li>
- <li> links</li> ``
This prevent the close button from scrolling outside of view.
besides you did really great👍
0 - @Kamasah-DicksonPosted about 2 years ago
Hi there👍...I think you really did a great Job there..keep it up.. 👍
- On the navigation on mobile, the height is not covering the entire vertical screen on mobile when opened. always use 100vh which is 100% a devices viewport height instead of just using height:100%.
Besides you did a very great job.👍 Happy Coding👍
0@rule-kellsPosted about 2 years ago@Kamasah-Dickson Hey! thanks for the feedback. Yeah, I noticed that too. I have the navigation set to 100vh but for some reason doesn't work properly. If you have any suggestions, I would appreciate it.
0@Kamasah-DicksonPosted about 2 years ago@rule-kells try position fixed and see, sometimes it works
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