Return to Snippet

Revision: 11625
at February 11, 2009 16:55 by johnloy


Initial Code
/* 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
}

Initial URL


Initial Description


Initial Title
CSS for a simple fixed-width page without wrapper DIVs

Initial Tags
css, textmate, template

Initial Language
Other