Return to Snippet

Revision: 15159
at June 26, 2009 12:44 by irishspacemonk


Initial Code
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;
}

Initial URL


Initial Description
Creates framework for HTML centered web page.

Initial Title
HTML Body Center Container

Initial Tags
css, center, body

Initial Language
CSS