Please can someone help i don’t why vh is not working.
css code
#introduktion {
display: block;
position: absolute;
top: 0px;
left: 0px;
width: 100vw;
height: 100vh;
}
html code
<header id="#introduktion">
<p>asdasd</p>
</header>