Pages

Friday, February 28, 2014

Tutorial Centering a Website

<body>
  <div id="page-wrap">
    <!-- all websites HTML here -->
  </div>
</body>
#page-wrap {
     width: 800px;
     margin: 0 auto;
}

No comments:

Post a Comment