I'm encountering issues with loading my CSS in different browsers when using the "Copy Path" feature in VSCode. While everything displays correctly in preview mode within VS, none of the styles appear when pasting the path into Chrome or Edge.
Below is the link tag in my HTML:
<link rel="stylesheet" href="/Course 4/portfolioproject/styles.css">
Here is a screenshot: to provide more context via dev tools.](https://i.sstatic.net/pOAm6.jpg) I'm unsure if something became corrupted or if there's another issue at play. Any assistance would be greatly appreciated.
I've attempted creating a new CSS file and transferring the code without success. I have verified that my paths are accurate. Additionally, I cleared my browser cache history in Google Chrome across all time periods.