Https://www.freecodecamp.org/learn/responsive-web-design/responsive-web-design-projects/build-a-personal-portfolio-webpage

(the link above is the link to the project by freecodecamp.org)

I can’t understand the 10 condition of the Personal Portfolio Page i.e User Story #10: The height of the welcome section should be equal to the height of the viewport. . Please explain. It would be better if examples are given.
Your help will be appreciated,
Thank YOU.

What don’t you understand? What have you tried? A link to your pen to see what you’ve tried would help.

You can also review this lesson

Side note, the title is not clickable. Make a title that’s descriptive.

Thank you for the side note as well as for the suggestion.

Actually, I haven’t started making yet due to some reasons.
i just want someone to explain what does it want me to do ,
like :
#welcome-section {
height: 100vh;
}
OR
something else.
I just want to understand what that sentences means. (in short I’m confused)
T Y :slight_smile:

After reviewing that lesson few times I was able to get it. Thank you