Link to home
Start Free TrialLog in
Avatar of lisakilgore
lisakilgore

asked on

back-ground color won't "take" in footer

hi there,
so, now I want to put a background color on my footer.
I am having no luck. When I try to put it in the footer content div the color goes way up in the page.
boo hoo.
I'm sorry, I will need to add my files, I don't have this site live.
god speed.
thank you! main.css screen.css index.html
ASKER CERTIFIED SOLUTION
Avatar of remorina
remorina
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
you are missing a </div> tag all the way at the bottom in your index.htm insert it here:

</body>
</div>
</html>

Open in new window