Revision: 60312
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at November 1, 2012 18:23 by nshakin
Initial Code
html { background: url(../img/your-background-image.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
Initial URL
http://css-tricks.com/perfect-full-page-background-image/
Initial Description
Fullscreen background image using pure CSS3. Tested and working in FF16, IE9 and Chrome
Initial Title
CSS3 FullScreen Background Image
Initial Tags
Initial Language
CSS