Return to Snippet

Revision: 46942
at May 27, 2011 22:26 by Rich


Initial Code
html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(141787_5554.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

Initial URL


Initial Description


Initial Title
CSS Full-page image background

Initial Tags
css, image, background

Initial Language
CSS