I can´t find solution at this message error: The height of the welcome section should be equal to the height of the viewport.
This is my code.
A Pen by Enmanuel Araujo (codepen.io)
It’s the welcome section that should be 100% height of the viewport, not the h1. Try putting the height on the <section>
.
I try but not work ;(
The bottom border is adding to the height, so the height is actually 100vh
+ 3px
. There is a way to make it so the border doesn’t add to the height. Take a look at the box-sizing
property.
1 Like
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.