+ 4
How to use background-image:; in CSS?
7 Respostas
+ 4
background-image: url('example.jpg');
i'm not sure, but i think this was right.
+ 4
@Max_N Hey! It worked, man. Thanks a lot.
+ 2
if you have issues, write it here :)
+ 2
no problem man :)
+ 2
yes it is
background-image: URL(image.jpg);
you can use just
background: URL(path.jpg);
you can use more than one image too
+ 1
@Max_N Thank you, i hope it works.
+ 1
type background-image : url("pic.jpg")