Hey all, I have used Sublime Text twice and I haven’t had any issues. I can’t get my CSS to take when I open the document with Edge.
folder is located on desktop.
folder name(I’ve tried multiple times and gave up on making up names lol):
bump
file name:
cold.html
hot.css
I have verified that there is no .txt in the names. When I open the cold.html tab, it says Hello in black. I can’t get the CSS to take and I don’t understand what is going wrong as I just did it last night with different files. Can anyone help? Thanks
I noted it at the bottom, but I placed the period because whenever I typed out the code, all that showed was “Technical Project” and “Hello.” I don’t know how to have the entire code show…
I do use SublimeText, but that’s not relevant to the issue you’re having. My guess is that you don’t have your relative link correct. The way you have hot.css linked implies that your project structure is
You can organize them however you like, you just have to update your relative path correctly. Your current path says “from the current folder, open the child-folder bump and it will contain hot.css”.