Sign in using Google or Yahoo! id.  

Centering objects using CSS

 Comments Share:   Twitter   Reddit   HackerNews   Facebook 

Add the following two properties:

margin-left: auto; margin-right: auto;

For centering <img>es, add to the above the following property:

display: block;

Unlearn the use of <center>!

Posted on March 04, 2010 03:01 PM by Subhash Chandran
css
blog comments powered by Disqus