Tell us what’s happening:
So basically im currently working on my navigation bar and when I click on the link of the paragraph it drags to the left of the document for some reason. Can anyone help me out please?
The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.
You will need to take an additional step here so the code you wrote presents in an easy to read format.
Please copy/paste all the editor code showing in the challenge from where you just linked.
Replace these two sentences with your copied code.
Please leave the ``` line above and the ``` line below,
because they allow your code to properly format in the post.
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36
Challenge: Technical Documentation Page - Build a Technical Documentation Page
Basically the main-doc elements were using an absolute positioning which means it was ‘leaving the regular flow’ of the page. So I removed that and I adjusted the margin/padding based on what looks appropriate.
I been stuck on this question for awhile and I don’t see any issues with my .main-section’s:
“Each .main-section should have an id that matches the text of its first child, having any spaces in the child’s text replaced with underscores (_ ) for the id’s.”
I went through all my .main-section elements I don’t find an issue with any of them. Perhaps something i’m missing not sure. I would appreciate the help thank you.