+ 3
What is the correct format for the image path of the background-image property
background-image: url("abc.png");
3 Respostas
+ 2
body {
background-image:url("test.jpg");
background-repeat:no-repeat;
background-size:5px 5px;
}
+ 1
background-image:url("image. jog)
0
background-image:url("text.jpg");