I keep getting this error message in IntelliJ “Failed to load resource: the server responded with a status of 404 (Not Found)” not sure why.
Also, when I edit in CSS, it does not show in the Preview or Live edit session. I don’t think it’s connecting to the HTML file and not sure why. Like the CSS code isnt affecting the html file and not showing when I run it.
Even if Intelliji could be intelligent enough to find the css file in the Same folder, it would not really help you. Because when you deploy your webpage to a standard Apache, Apache will not have such a feature.
So you have to take care that the files you need are included no matter where they are located