Pages

Thursday, 4 October 2012

Make website in center of viewport

HTML Syntax

<body>
<div id="page-wrap">
       <!-- all websites HTML here –>
</div>
</body>

CSS Syntax

#page-wrap
{
     width:960px; margin: 0 auto;
}

No comments:

Post a Comment