/ Published in: CSS
Multiple backgrounds
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.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; }