Google News
logo
CSS3 - Interview Questions
How is multiple background images handled in CSS3 ?
If you want to use the multiple background ,we can insert as follows...

background-image : url(image.png), url(image-2.png), url(image-3.jpg); also we can mention the position of the image either percentage value or top left, left center like this.
Advertisement