Gyancode

A free library of HTML, CSS, JS

Search This Blog

Thursday 15 December 2016

Centering a Website

<body>
  <div id="container">
    <!-- please insert your code -->
  </div>
</body>
<style type="text/css">
#container { width: 800px; margin: 0 auto;}
</style>

No comments :

Post a Comment