Return to Snippet

Revision: 56475
at March 30, 2012 06:06 by fackz


Initial Code
.centerDiv{
	width:968px;
	height:600px;
	background:#ccc;
	position:absolute;
	margin-top:-300px;
	margin-left:-484px;
	top:50%;
	left:50%;
}

Initial URL


Initial Description
Here's a simple way to get your div always on center in any screen size.
margins should be half of width and height.

Initial Title
vertical horizontal centered div

Initial Tags
center

Initial Language
CSS