I'm encountering an issue where when I try to import an image in CSS, nothing happens. I have checked the file path (address) and everything seems correct in the code. For example, this is what I have written in my style sheet:
* { background-image: url('img/download.jpg') ; background-repeat: no-repeat ; }
I have also added a background color but still the image doesn't show up. The URL direction is accurate and the file exists, yet it doesn't work anywhere in my code. I am using an external style sheet linked in the head section and other properties work fine (I am using VS Code). Can someone please assist me with this?