/ Published in: CSS
Usually a website is centered horizontally. To achieve this you need the following CSS.
Expand |
Embed | Plain Text
.wrapper { width:960px; margin:0 auto; }
You need to login to post a comment.
Usually a website is centered horizontally. To achieve this you need the following CSS.
.wrapper { width:960px; margin:0 auto; }
You need to login to post a comment.