/ Published in: CSS
Creates framework for HTML centered web page.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
body { text-align: center; padding: 0px; margin: 0px auto; background: #fff url() no-repeat top center; } #container { margin: 0 auto !important; height: 100% auto; width: 800px; background: #fff url(background.jpg) no-repeat top center; }