Hi. If you add the standard boilerplate code at the start from another project it should pass that user story. DOCTYPE, htlm tags, head, meta (with viewport). Remember to close the html tag at the bottom.
Yes write your code down into the forum to show the changes. Three backticks before and after the code. . I cut and paste your code and did the above and the last story passed for me.
You don’t just copy Navbar, have a look at your registration form - See the code at the start before the body? All that standard stuff is missing from what you have posted above.
It didn’t show - do you know how to do backticks? three backticks before and after the block of code. Google it and cut and paste if you can’t find on your keyboard
That last test worked for me. Try adding doctype at the to in FCC and see if it works. It is missing from your codepen so you may have to write that back in on FCC
OK. I stripped out everything apart from the navbar and the boilerplate code. That last story passed for me. Only change I made was to put and / before the closing tags on Meta. I also deleted your link to cloudfare and left in the FCC links
OK, you asked about the navbar and the last story so I focussed on that. Can you pass your navbar with the changes above? Then we can move on to media query
i already have fixed it myself, i had a line of code on the media query that made the body rescale for small screens, it seems that was intefeering with the navbar so i just deleted the line and it works, thnx for your help anyways