The height of the welcome section should be equal to the height of the viewport. NOT WORKING

Hi! everyone. I’ve a problem. I’ve been trying with every possible solution from here: Height of the welcome section should be equal to the height of the viewport

But, there’s no way. Could you check my code please?

My code: https://codepen.io/MarcosMoroz/pen/yLeyPpa

Thank You!

the padding is included in the calculation of the height, you need to remove it

1 Like

It worked! I’ve been hours and hours trying to solve this! Thanks dude!

1 Like