The height of the welcome section should equal the height of the viewport-help please

I’ve passed 11 out of 12 tests, and the 12th one, where you have to make sure the height of the welcome section equals the height of the viewport, I cannot figure out. I’ve set the height of the welcome section to equal 100vh, and it still won’t pass. Any help would be appreciated.

Here is the link to the project https://codepen.io/AspiringDeveloper/full/BaNqmLq

1 Like

Okay, so there is a typo in “#welome-section” of the CSS code which causes it not to apply CSS. Fixing that alone will make it pass. You might want to center the text, though.

@CarCahara, thank you so much! Can’t believe I missed that. :woman_facepalming:

1 Like