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

RSS Icon Subscribe to comments

You need to login to post a comment.