Design comparison
Solution retrospective
For some reason that I couldn't fix, the desktop image for the crew page is not filling completely. If anyone know what did I messed up here, feedback is welcome!
Community feedback
- @warrenleePosted over 2 years ago
Hey David, try adding
min-h-screen
to yoursection.crew
element. It's because your content only goes as far as the description under the name so your element ends there. Withmin-h-screen
akamin-height: 100vh
, you are setting the height of the element to be 100% of the screen height.Marked as helpful0 - @IllusiveCoder1101Posted over 2 years ago
You should add more styles to your project like some custom fonts.Also as an extra give those nav buttons some state like an active,inactive etc..Otherwise it looks pretty great, nice jobππ»ππ»
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