Your Ad Here

Posted By

rickygri on 02/23/12


Tagged

center align


Versions (?)

Who likes this?

1 person have marked this snippet as a favorite

rickygri


Center Div


 / Published in: CSS
 

Align a div / element center in its parent

  1. .center {
  2. display: block;
  3. margin-left: auto;
  4. margin-right: auto;
  5. }

Report this snippet  

You need to login to post a comment.