Last updated on September 20, 2014
This post is About Centering A div Block Using Css, To Center a Div Block , you need to set left-margin and right-margin
either in pixels or em or percentage units.
For example if you have a div with class name container, set the margin to container left and right sides auto, set the container with to 1000px ,This horizontally centers the element(container div) with respect to the edges of the container block.
Example Script for Centering a DIV Block Using CSS
Hello World