/ Published in: CSS
Fixed width div centered on the page. Text align is left justify inside the div.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
body {text-align:center;} div#everything {text-align:left;width:960px;margin:0 auto;}