Personal Portfolio Web page - welcome section should be equal to the height of the viewport

anyone help me with this. I can’t pass the test 11/12 this is my pen https://codepen.io/johnravendev/pen/zaWVGG?editors=1100 I tried to change the heights of #welcome-section but doesn’t seems work

The section’s 1px border is adding to the total height.

You can try adding box-sizing: border-box; to that section. What it does is it takes into the element’s width and height the measurements of its borders and padding.

2 Likes

thanks I will try to change the code

thank you so much I put a property of box-sizing the value of border-box into the #welcome-section now it works.

A post was split to a new topic: Portfolio page project help