Hello! I'm absolutely brand new to this (I learned very basic HTML as a child but not much), so I've been following this tutorial to try and make a basic layout for my site. I've been writing the code in CodePen and everything seems to look fine (don't mind the silly placeholder text): https://codepen.io/catciuin/pen/OJvNzeM
I've already added the basic HTML to Neocities, which is also working fine. However, when I try to add the CSS link using <link rel="stylesheet" href="style.css">, it just doesn't show up at all. The stylesheet is just saved as "style.css" and is in the same folder as index.html - just the default folder, I haven't added any new ones. I've googled around and tried a few solutions with no luck, including adding other tags, creating a new .css file, adding . or ./ in front of style.css.
It also doesn't show up even if I add it into the HTML, without a separate file. I've tried adding it at the top or bottom of the page, inside <head> tags, just about every suggestion I've been able to find.
I can't figure out if I'm missing something really obvious or what :( any help would be really appreciated!
EDIT: I ran the same HTML & CSS on w3spaces and it seems to be just fine. Is this a neocities specific issue? :s
Using neocities and can't link the CSS to HTML - Stack Overflow
Style.css troubles
Neocities Folders
both neo cities and cloud9 not able to save files?
What's going on? Anybody else having the same issue? Neo cities just wont reflect changes when I hit refresh, and cloud9 just says "saving" forever and gives me the little circly thing in the tab thing
I'm new to programming and this is the first site I've tried to put up, but simply NOTHING of the css appears on my site!!! I already checked my codes and didn't find any errors. When I view the page through VScode (where I originally created the project) the page runs perfectly. I don't know if it's a problem because I did it in another program or what.
It's also worth saying that I've already restarted my computer, I've already tried f5 and ctrl+f5.
page link without css:charlie001.neocities.org
I'm currently working on my website so I have a place for my art and writing. I like working in an offline environment, so I'm trying to work on it in Visual Studio Code, but I'm running into some issues.
To begin, when working on it in neocities' built-in editor-- the website it displaying as it should.
image 1: website as it appears on jasperygrace.neocities.orgHowever, when trying to load it locally on my computer, the css styling isn't loading and appears as a page with a white background and default font.
image 2: site as it appears when loaded locally on systemI haven't been able to find to find resources on how to fix this or even what's causing the problem to begin with. If it's any consideration, I used Sadgrl's Layout Builder for the index page to try to get familiarize myself with how html and css work; I'm not sure if it could be their stylesheet that could be causing my issues or not. I've also tried loading the local file on both Edge and Firefox, both of which show the same problem.
I would greatly appreciate the assistance.