A query related toTechnical Documentation Page

Although, I have completed the project but in spite of that i can’t see some texts which are behind the nav bar.How to clarify this issue?Please help me out.
Link-https://codepen.io/anon/pen/dQbWye

It depends on how you want it to look.

You can add a padding-left: 300px to the .main-section, which will make your content start after the nav.

You can also remove position: fixed from #navbar, which will make the nav expand to all the way on the top of the page.

Thanks for the help Sir:smiley: