css Multiple Backgrounds Body

" , " css

:

#example1 {
background-image: url(img_flwr.gif), url(paper.gif);
background-position: right bottom, left top;
background-repeat: no-repeat, repeat;
background-size: contain, cover;

}


:
https://www.w3schools.com/css/css3_backgrounds.asp