As I dive into practicing website development with Django, I've encountered a problem while trying to save my work in VSCode and updating my local browser. It seems that only certain changes are being reflected. For example, when I delete code in my CSS file and save it in VSCode, the elements on Google Chrome remain unchanged.
Even after refreshing the page and inspecting the element using developer tools, I can see that the deleted code from VSCode is still present in the HTML elements of the webpage.
If anyone has any suggestions or insights on what might be causing this issue, I would greatly appreciate your input!
Thank you for any help you can provide.