Just diving into the world of web development, I'm currently working on a simple app using VSCode and the Live Server extension.
Even though my files are correctly linked, some of the CSS changes like background color and font family don't seem to be showing up on the website.
Here's a screenshot of the code and page for reference
Upon checking the DevTools, it seems that the changes are being overridden and not taking effect.
Issues with background color override
Any suggestions on how to troubleshoot this?
I've already experimented with different extensions (using Edge within VSCode), tried clearing the cache, and even disabled it in hopes of getting the CSS changes to apply, but nothing seems to fix the issue.