I have 8 php files in the folder for a website, and a styles.css that is included. At the beginning everything worked perfectly but now the website doesn't change when I change something in CSS. However, the site still uses what was already in the same css document. even if i kick the styles.css out of the folder, the styles are still loaded. Only when I remove the link in the html head (even if the link does not lead to a file when I remove it as a test) are the styles no longer applied.
I use VS Code, Chrome and XAMPP