
Holger M. answered 05/12/23
Certificate for Full Stack Web Development
In your project, you want a file that holds any and all images you'll be using in your project. Then for the element where you want the image to be the background, you set the background-image to:
background-image: url(path to image);
You may also have to set a height and width to the image.