/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/* http://www.sitepoint.com/blogs/2009/02/11/styling-the-html-and-body-elements/ */ html { background-color: #333; } body { background-color: #fff; width: 750px; margin: 0 auto; position: relative }