I’ve been attempting to link my external stylesheet using “../../css/style.css”, and it is not properly linking my stylesheets. Keep in mind I am attempting to build a website locally, with all files located in a folder on my desktop(mac).
Here is the current file path for my stylesheets: /Users/btd/Desktop/html:css practice/css/styles.css
The CSS path should be relative to your HTML file location.
If you HTML file is in
/Users/btd/Desktop/html:css practice/and your css is/Users/btd/Desktop/html:css practice/css/styles.cssThen the CSS relative path you need to put in the link tag will be:
css/styles.css