Return to Snippet

Revision: 14135
at May 20, 2009 01:46 by fsn


Initial Code
#deadCenter {
	width: 700px;
	height: 450px;
	
	margin: -225px 0 0 -350px;
	position: absolute;
	top: 50%;
	left: 50%;
	}

Initial URL


Initial Description
How to center a div horizontable and vertical ... in short code.

Initial Title
deadCenter a div in short

Initial Tags
css, center

Initial Language
CSS