kcalex
July 29, 2020, 2:53pm
1
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
Greetings
Alex
Sky020
July 29, 2020, 3:08pm
2
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
Hope this helps.
1 Like
kcalex
July 29, 2020, 3:46pm
3
I figured it out and passed the Test!
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