Keeping in mind that this question has probably been asked in many forms. I just don't seem to be getting it. I want to center masthead, top nav, page content, and footer divs in a centered web page. I'm new to this and it is kicking my you know what. Exactly what do i need to do?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Wrap all of your inner divs in another div. Usually called/classed container or wrapper. Then set a width on your container/wrapper and "zero" the margin.
|
|||
|
|
You should use something like this:
This will set a margin of 0 to both the top & bottom of the div and auto to the left and right. |
||||
|
|