Return to Snippet

Revision: 221
at July 5, 2006 10:04 by 1man


Initial Code
body {
	margin:50px 0px; padding:0px;
	text-align:center;
	}
	
#Content {
	width:500px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	}

Initial URL


Initial Description
Taken from bluerobot. Create a content div, set the width and the margin set to auto will align the div to the centre horizontally.

Initial Title
Centre using Auto Margins

Initial Tags
css

Initial Language
CSS