Can't get welcome-section to equal to height of viewport

Can’t get welcome-section to equal to height of viewport

https://codepen.io/Max701/pen/xxGjjpw

Hello there.

Please note: CodePen does not expect any of this content in the code editor:

<!DOCTYPE html>
<html class="no-js"> 
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <title></title>
        <meta name="description" content="">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <link rel="stylesheet" href="main.css">
        <link href="https://fonts.googleapis.com/css?family=Righteous&display=swap" rel="stylesheet">


    </head>

Insert this into the appropriate section, by clicking on the gear :gear: icon for the HTML section.

Also, 100vw, the w stands for width.

Hope this helps.

And h stands for height if that wasn’t clear (100vh).

Just FYI, you can keep the HTML like it is. But you should remove the stylesheet loading, that only works locally (or using a Codepen project).