I tried to import a picture to an HTML Website, the Image is in the same folder as the template is and I made a css class to import the image. When I look on the Website I see the frame of the image but there is only a question mark in it, I am working with Django if that matters. I appreciate any help. Mac user
<div>
<img class="header.jpg" src="header.jpg">
</div>
}
.header-image {
width: 100%; }
.image-container {
background-color: azure;
padding: 16px;
padding-left: 150px;
padding-right: 150px;
}