CSS - Center your website horizontally


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



Copy this code and paste it in your HTML
  1. .wrapper {
  2.    width:960px;
  3.    margin:auto;
  4. }

Report this snippet


Comments


You need to login to view comments.