CSS Background Properties - Part 7

Notes:

CSS multiple background images :
How to use multiple backgrounds?

background-image:url('toptodown.jpg'),url('flower.png');
background-repeat:repeat-x,repeat-x;
background-position:top left,bottom left;
background-size:100px 50px,32px 32px;

Interview Questions: