Answers for "background image css error"

CSS
1

insert background image css error

background-image: url(../images/nickcage.jpg); // css and image live in subdorectories

background-image: url(images/nickcage.jpg); // css lives with html but images is a subdirectory
Posted by: Guest on February-10-2021

Browse Popular Code Answers by Language