I try to use multibackground image in css3 do not work. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I try to use multibackground image in css3 do not work.

I am try to use multibackground image but do not work. the first image show but second one do not show help please. div { width: 400px; height: 300px; background-image: url("../image/background.jpg"), url("../image/mui.JPG"); background-position: right bottom, left top; background-repeat: no-repeat; }

18th Nov 2020, 9:47 AM
Arnab Chakma
Arnab Chakma - avatar
1 Answer
0
Did you check the file path and the file extension of your image? It might be incorrect.
18th Nov 2020, 2:07 PM
Ricson B. Escalicas
Ricson B. Escalicas - avatar