Himas Rafeek
Posted on: 3 years ago
CSS

background image stack

Multiple backgrounds


                                          .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;
}