Tell us what’s happening:
Describe your issue in detail here.
I can’t seem to make the welcome section of my portfolio to be equal in height to that of the view port. If anything, it’s overlaid.
Plus, I’ve googled possible solutions, even been redirected here, and read of similar problems but the solutions don’t seem to match. Your help will be appreciated, please. Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36
I watched a little your code. As you probably saw, each time you update the CSS part for your welcome-section nothing happens. It is because you have a typo mistake into your HTML.
<section id="welcome-section" class="welcome-sction">
<h1>Hello, CODEean here</h1>
<p>
I'm a budding web developer, programming enthusiast and so much more. LoL!
</p>
</section>
Watch how you wrote the class in your section tag and then it will work.