#welcome-section 100vh in Personal Portfolio Project

Hello everyone :),

I have been trying to finish the Personal Portfolio Project but the FFC tester always reports the welcome-section not being equal to the height of the viewport, eventhough I set the height to 100vh.

here is the codepen link

Please Help me and thanks in advance :slight_smile:

Greetings

Alex

Hello there,

The error messages are usually very helpful for debugging:

expected 620 to be close to 568 +/- 0…

In your case, the welcome section is 52px too large because of something in your CSS.

I will leave it to you to figure it out :wink:

Hope this helps.

1 Like

I figured it out and passed the Test! :slight_smile:

The CSS that was messing up the height of the #welcome-section was:
padding-top: 50px;
border-bottom: black 2px solid;

Thanks so much for the fast reply and support!

1 Like