SyntaxFix
Write A Post
Hire A Developer
Questions
You have to specify the width to the body for it to center on the page.
Or put all the content in the div and center it.
<body> <div> jhfgdfjh </div> </body>? div { margin: 0px auto; width:400px; }
?