This explains how to centre content, including a web page in the web browser. The code can also be used to centre obects in other ways too.
- #container {
- width: 800px;
- border: 1px solid black;
- }
-
- .content {
- width: 600px;
- background: yellow;
- margin: 0 auto;
- }
