I use VS Code and I’ve run into this issue more often than I’d like. Even though my code is correct with no errors, I don’t see my css being reflected on Chrome. I viewed the page source, and I notice that the changes I made aren’t even there, despite refreshing the page multiple times. I believe there’s a delay of some sort because if I come back to it later, it sometimes fixes itself. I’m a beginner so I’m not sure what I should even change or why this problem is happening. Any advice would be appreciated. Thanks in advance.
Could you maybe provide your HTML code?
This could also be an issue with your cache which may store your css file and won’t overwrite it. What you could try is to open your project in an incognito window or open it in a normal window and use a hard refresh Command + Shift + r
This will empty your cache and load each file freshly