I am just creating simple HTML website for class. I am having issues with the navbar pushing things apart. I am unsure how to fix as I have went over this for hours.
You see how the navbar is pushing the content over .I am writing this from scatch and thought everything was fine until i started adding content and noticed
This is the culprit:
The #nav element is actually taking up that space, but you’ve just shifted it to the left. So the other elements will still wrap around where it used to be.