Personal portfolio help me

I need help with this. for some reason i cant get it to pass. Its says The height of the welcome section should be equal to the height of the viewport. Please help.

Easy-peasy

You just need to use viewport units and set it to 100vh the following CSS should be applied:

#welcome-section {
height: 100vh;
}

1 Like

Thank you! I tried that but noticed i was missing the “;”.

You’re welcome :+1:

Good luck & Happy Coding!