I am currently working on a PHP website and I have encountered an issue with the CSS. When I tried to copy some CSS from a previous project into my new project, any changes I make to that CSS do not reflect in the browser (Chrome). Even when I inspect elements, the added CSS lines are not visible. This problem seems to be occurring with every CSS file in my project or website. To solve this, I found that renaming the CSS document causes all the existing and added lines to show up correctly. However, if I need to make further changes, I have to rename the CSS document again. It appears that my browser is holding onto an old copy of the CSS file, causing it to ignore any updates. Can someone offer a solution to this issue?