Programming help

2. The height of the welcome section should be equal to the height of the viewport.

How do I get this done

There is a unit called vh, short for view height, that represents a percentage of the view height. e.g. 100vh is equal to 100% of the view height.