Jan 25
Center a Div Container
a huge percentage of websites hosted online are centered on the page. In todays world with the huge amount of screen resolutions it is hard to keep each satisfied. The way designers solve this problem is by creating a container with the website content inside it.
how they do it
div.main {
margin: 0px auto;
}
