I have very nearly completed this project but I can’t seem to pass the following tests, from what I can see I have done these things but obviously there’s something I’m missing. I’ve found a couple of these issues on the forums/Google but the solutions don’t solve the problems.
Hey @Kesterion, @ILM explained everything and hinted everything you need to do .
Now you did change where you put the id, but still on the wrong one because of the element the challenge wants is supposed to be nested inside an element with and id of “projects”
I’ve got you, I’ve removed the class of “project” from the section and moved that id of project to that section. Thank you very much!
The final issue I’m having is with the navbar being at the top of the viewport. Which is weird as I’ve set its position as fixed and I’ve also given it a z-index.
What you can do is ditch the <header> tag and apply the header styles to the navbar itself instead of the <header> tag, because the header is on the top, but the nav is not, its a child of the header.