Design comparison
Solution retrospective
Please share your feedback, it will be greatly appreciated. Thanks!
Community feedback
- @VCaramesPosted over 2 years ago
Good Job!
At quick glance, I noticed that you have a major gap from your hero section and the next section.
To fix this, remove
height: 100vh
from yourheader
and use eithermargin
orpadding
to add the spacing you desire.1@arey-devPosted over 2 years ago@vcarames I want the contents of my header to be exactly at the center viewport that's why I decided to put
height: 100vh
to center it easier. I tried to fix that gap without removing theheight: 100vh
but I wasn't successful.Thank you for the feedback, I'm going to wait for more from others and see their thoughts regarding that gap.
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