My page resisting further html

Tell us what’s happening:
Hello fellow campers,
My page has been resisting further html writing after I wrote and styled the header…
Something tells me a line of code in the css is causing it but I can’t place it exactly…
Please help me look at the codes to find why the resistance…thanks

Your code so far
Here’s the link…
https://codepen.io/ugoamaka/pen/vYNPwMy

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 8.1.0; CPH1909 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36.

Challenge: Build a Product Landing Page

Link to the challenge:

1 Like

I finally figured it out…
The html lines of codes were actually going under the header so I used css style
main{
margin-top: 70%;
}
To bring it down to view…
You can go check it out incase you are having a similar problem.
Thanks for your time

Note: the ‘margin-top’ percentage depends on the width of your nav-bar so 70% may not work for you…change the percentages to see which works perfectly for you.