/ Published in: CSS
Usually a website is centered horizontally. To achieve this you need the following CSS.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.wrapper { width:960px; margin:0 auto; }