My issue arises when viewing the webpage on Google Chrome for macOS as it does not display background-images from the CSS stylesheet. However, everything works fine when using Coda 2. Furthermore, the page displays correctly in Chrome when opened directly from the HTML file. I've tried numerous solutions without success. Can you pinpoint the problem?
View the webpage here
P.S.
I suspect the problem lies in the CSS file since it was functioning properly initially.
html, body {
cursor: url(file:///htdocs/img/aperture3.png), auto !important;
}
body {
margin: 0 auto;
max-width: 100%;
}
...
(updated CSS code snippet)
...