Return to Snippet

Revision: 48721
at July 8, 2011 03:29 by kbrown


Initial Code
/* Class for the image to be centered */

.centered{
	width:1024px;
	height:641px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-320px 0 0 -512px; /* Adjust as needed to center */
}

Initial URL


Initial Description


Initial Title
CSS - Center an image Vertically & Horizontally on page

Initial Tags
css, image, center

Initial Language
CSS