Project tracking intro component with html css js

Solution retrospective
hey guys, im waiting your feedbacks ;)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ApplePieGiraffe
Hey, Dark-Lover! 👋
Nice to see you complete another challenge! 👍
Your solution looks good and is responsive and the mobile nav works well, too! 👏
I only suggest,
- Allowing the entire hero image to be seen when the width of the screen increases (rather than being cropped off suddenly). I think you should able to do that by taking away
overflow: hidden
from thewrapper
and settingoverflow-x
to thebody
instead. Then just make sure the body's width is100vw
. 😉
Keep coding (and happy coding, too)! 😁
- Allowing the entire hero image to be seen when the width of the screen increases (rather than being cropped off suddenly). I think you should able to do that by taking away
- @artimys
Well done 👍👍 Looks good, responsive and well structured.
Minor suggestion is to add some spacing between your nav and main content.
Keep on coding!!
Join 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