Centering a website (or other elements)


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <div class="wrap">
  2. </div><!-- end wrap -->
  3.  
  4. .wrap { width:960px; margin:0 auto;}

Report this snippet


Comments


You need to login to view comments.