NEED HELP: The height of the welcome section should be equal to the height of the viewport

Hi all,

Thanks in advance for your help. I am stuck on :

The height of the welcome section should be equal to the height of the viewport.

Which is User Story #10 in the Personal Portfolio Challenge. Any help would be greatly appreciated!

I just started coding two days ago so I am very brand new at this so:
1: I am a little confused as to what I am supposed to do with this task (I’ve tried quite a few things but with no success).
2: Don’t laugh at my Pen :wink:

My Pen:

Blockquote

I’m having the same doubt , can you change the sub form to #curriculum-help:certification-projects instead of #help for better categorization

I’m not sure, but it looks like first of all, you need to put #welcome-section in your CSS

wait…try height: 100vh in your#navbar

That should do it. (Someone else told me that)

Thanks, I just changed it. Sorry! :slight_smile:

1 Like

Did you see my last message? I’m pretty sure it will work!

Ah, got it…it worked! Thanks so much! I combined both of your replies and…success! Thanks so much! :slight_smile:

Here’s what I added:

#welcome-section{
height: 100vh

}

1 Like

Brilliant! So happy for you! Glad I could help. :+1: :slightly_smiling_face:

1 Like