Here is an example:
Code: Select all
<html>
<body>
<div class="wrapper">Contents of page...</div>
</body>
</html> Code: Select all
.wrapper {
margin: 0px auto;
width: 600px;
} That's all there is to it!
Code: Select all
<html>
<body>
<div class="wrapper">Contents of page...</div>
</body>
</html> Code: Select all
.wrapper {
margin: 0px auto;
width: 600px;
}