Technical Documentation Page Navbar

Hello! I am trying to complete my Technical Documentation Page as part of the Responsive Web Design course. I technically pass all of the tests, but I would really like if I could get my navbar to move to the top of the page in mobile view. As it is right now, when you make the screen smaller, the navbar stays on the left and you can’t see the rest of the content at all. Could anyone give me an idea of how to achieve this?

This is the challenge:

And this is my current codepen:

Any help would be greatly appreciated. Thank you!

If you remove all css, your main-doc will naturally locate below your navbar ( as per your html).

How to Use CodePen – A Beginner’s Guide (freecodecamp.org)

“…When you are creating your Pens, you do not have to include the DOCTYPE , html , head , or body tags. All of that information is already built into the editor…”

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.