Portfolio Page / the height of the welcome section is not equal to the height of the viewport

Hello everyone!

i have a problem with the Portfolio site project, i get the error " the height of the welcome section is not equal to the height of the viewport" , i changed the section several times but still i could not solve it.

Please have a look :wink:

Thanks and Regards,
Marcel

  1. Add height: 100vh; to the #welcome-section.
#welcome-section {
  height: 100vh;
}
  1. Use the Analyze HTML/CSS from the drop-down menus, see if you can’t fix some of the issues.

thank your for looking into that and helping me out, its greatly appreciated. I could finally submit that Pen.

thank you for that. i actually forgot about vh. it worked.