My code is failing User Story #10:
The height of the welcome section should be equal to the height of the view-port.
But I think I have the right code…?
HTML:
<section id = "welcome-section">
<h1>Wilkommen!</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Etiam ut metus in mi egestas porttitor at ut ex.</p>
</section>
CSS:
#welcome-section{
height: 100vh;
}
Please help!
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
.
Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/responsive-web-design-projects/build-a-personal-portfolio-webpage