While working on building this website in CSS, I hadn't encountered any major issues up until now. Suddenly, I'm facing a problem with basic positioning within my body-3 class div. Instead of pushing it downward and elongating the page as expected, the content is appearing below my body-4 class div. It seems like there may be some kind of maximum length limit on the page, even though I haven't defined any such restrictions.
.body-3
{
/* I can't seem to understand what's causing this issue */
If you check this out in the testing area of the company's website where I'm currently employed, the external CSS file will clearly show the exact issue I am experiencing.
You can view the live testing page here:
www.testing.agcomputers.net
It may appear that the black box belongs to the body-4 class div (the light grey section at the bottom), but it actually resides within the .body-3 class div. There isn't any top margin present that would push them into another div.
I lack enough karma to pick an answer, but the individuals below were able to identify my oversight - I forgot to close certain div tags. Thank you for your help!