I currently have a background image set for the bottom of the header as shown below:
header {
background:url(../img/header_bg.png) #ea6225 no-repeat;
background-size: 100% auto;
background-position:left bottom;
}
The images are located in a folder structure like this Web/img/header_bg.png
and the stylesheet in Web/css/style.css
.
When I view the website in a browser, the image loads correctly. However, an error appears in the console stating:
file:///C:/Users/name/Desktop/Web/img/header_bg.png net::ERR_FILE_NOT_FOUND
The same issue is occurring with ttf fonts used in my project. Can someone assist me in identifying what might be causing these errors?