I am unsure how to make sure I complete the following requirement form the portfolio website project as part of the Responsive Web Design certificate. Below is the listed requirement:
“The height of the welcome section should be equal to the height of the viewport.”
Can someone provide direction/explanation for what is being asked?
You should make the height of the welcome section (the section with the id welcome) to 100% of the height of the viewport so that when you resize the height of the page it should still take up the whole of the viewport.
And that is what I did in my code but it keeps saying I didn’t pass the requirement. See my project: https://codepen.io/dodsonj66/pen/MWmjMPj. What am I missing?
But using box-sizing: border-box is better. You can do it on just the element but I would suggest you apply it to all elements. Size calculations are just simpler that way.