I’ve recently started using VS Code and have been unable to link the CSS and HTML files. I’ve uploaded a code snippet with the link tag I’m using. I’ve also tried copying and pasting the specific file pathway for the CSS file but this didn’t work either.
Thank you for clarifying the folder structure. I can see now why it wasn’t working. The style.css file and index.html file are in the same folder; there is no separate CSS folder. I’ve amended the HTML to reflect this and it works. Brilliant - thanks for your help!