Return to Snippet

Revision: 63491
at May 12, 2013 02:49 by kickass


Initial Code
.container {	
background: url(../images/top-image.png) no-repeat, /*I'm higher z-index than the others */
url(../images/middle-image.png) repeat,
url(../images/background-image.png) repeat;
}

Initial URL


Initial Description
Multiple backgrounds

Initial Title
background image stack

Initial Tags
css

Initial Language
CSS