CSS Style center

CSS Styles, CSS tips

Portfolio

Tag Archives: div center

Center a DIV with CSS

Hi, This time i am going to show you how to center a DIV block with CSS style. Centering a DIV The code you need to center only your DIV. <div id=”center”> some code… </div> CSS code for centering DIV #center   {width:700px; margin:0 auto;} You may change the width of the DIV to any [...]