sometimes your css just takes a while to load. when i update the css on my page it can take up to 4ish hours to finally register an update. that’s why i code in an external environment! hope this helped Answer from lynkser on reddit.com
🌐
Reddit
reddit.com › r/neocities › why is my css not appearing?
r/neocities on Reddit: Why is my CSS not appearing?
July 8, 2022 -

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

Discussions

Using neocities and can't link the CSS to HTML - Stack Overflow
Maybe your css file is not in the same directory as your HTML file. If you are loading this locally, remember to write the ENTIRE file location ex: C://User/desktop/styles.css · If none work, think about just copypasting the entire css code and putting it inside a tag. More on stackoverflow.com
🌐 stackoverflow.com
Style.css troubles
The following have happened to me today: Style.css wasn't updating. Style.css wasn't loading on page load. 3. (and this is important) style.css is not allowing me to edit it. Any attempts t... More on github.com
🌐 github.com
4
December 31, 2021
CSS not showing on mobile
i created my website (lonely-planet-tyche) on desktop (windows 10 computer running firefox, also tested on opera and worked). in my css sheet, i imported a couple google fonts, but also listed mult... More on github.com
🌐 github.com
5
December 17, 2024
Custom font not loading on Neocities
It may not display this or other websites correctly. You should upgrade or use an alternative browser. ... I am making a new webpage for my website on neocities: (FRIDAY NIGHT JAMMIN'). On it, I want a few places to use a specific font that looks like the game the webpage is about. I used this tutorial: How To Load and Use Custom Fonts with CSS ... More on codeforum.org
🌐 codeforum.org
5
0
April 26, 2023
🌐
MelonLand
forum.melonland.net › index.php
Changes to CSS files won't be applied when I click "Save" on neocities
Changes to CSS files won't be applied when I click "Save" on neocities - ☔︎ ∙ I need Help! - MelonLand Forum
🌐
Stack Overflow
stackoverflow.com › questions › 49199910 › using-neocities-and-cant-link-the-css-to-html
Using neocities and can't link the CSS to HTML - Stack Overflow
Maybe your css file is not in the same directory as your HTML file. If you are loading this locally, remember to write the ENTIRE file location ex: C://User/desktop/styles.css · If none work, think about just copypasting the entire css code and putting it inside a tag.
🌐
Neocities
petrapixel.neocities.org › coding › common-mistakes
common coding mistakes | petrapixel
All of these lead to wrong nesting, ... layouts, CSS not working, scripts to throw errors, and more calamity. I recommend inspecting your site with your browser's Dev Tools: It lets you see the nesting visually. Hovering over the code for an element, for example, highlights that element on the page. Getting nesting right is difficult in an editor that doesn't check for nesting errors or formats your HTML automatically (such as Neocities' built-in ...
🌐
Neocities
needhelpwith.neocities.org › faq
Neocities Help
:( Neocities doesn't allow things that run on your server, this includes PHP, SQL, Node.js and other stuff. The reason for this is that Neocities is mean't to have your website last long. Programming languages like PHP get outdated pretty quickly meaning your site won't work properly!
🌐
GitHub
github.com › neocities › neocities › issues › 386
Style.css troubles · Issue #386 · neocities/neocities
December 31, 2021 - The following have happened to me today: Style.css wasn't updating. Style.css wasn't loading on page load. 3. (and this is important) style.css is not allowing me to edit it. Any attempts to edit this stylesheet are unsuccessful, and ins...
Author   plopilpy
🌐
Sololearn
sololearn.com › en › Discuss › 3232708 › why-isnt-my-css-file-doing-anything-i-want-to-make-link-colour-blue-and-adjust-image-positions
Why isnt my css file doing anything i want to make link colour blue and adjust image positions.. | Sololearn: Learn to code for FREE!
It works smoothly. -Check Line no 25 and 53 in code attached below: https://code.sololearn.com/WpSVoCfAUo73/?ref=app · 11th Aug 2023, 12:09 PM · Shree · + 3 · Just check file path. And try by replacing path value of css file.
Find elsewhere
🌐
MelonLand
forum.melonland.net › index.php
HELP(?): Neocities stylesheet lag?
HELP(?): Neocities stylesheet lag? - ☔︎ ∙ I need Help! - MelonLand Forum
🌐
YouTube
youtube.com › watch
neocities html tutorial 1: your css and heading and bases! - YouTube
hi finley!some useful links:https://voupie.neocities.orghttps://www.w3schools.com/html/default.asphttps://smile.riphttps://sadgrl.online/projects/layout-buil...
Published   May 10, 2022
🌐
Neocities
webguide.neocities.org
A Beginner's Guide to HTML and CSS
The good news is that you don't need much to write HTML or CSS! All it is is text on a page, so a program as simple as Notepad will do the trick. Personally, I use brackets.io, which is a lightweight, easy-to-use editor geared towards web developers, and is free and open source on Windows, ...
🌐
Neocities
neocities.org › contact
Neocities - Contact
Contact Neocities support and get help with your account or site.
🌐
GitHub
github.com › neocities › neocities › issues › 562
CSS not showing on mobile · Issue #562 · neocities/neocities
December 17, 2024 - however when i open it on my ipad (ipados 17.6.1 both opera and safari), it doesn't display any of the fonts i selected, not even the basic ones like sans-serif. instead it shows some serif font (shown in the first screenshot). i asked my friend to open the site on his phone (ios 16.7.10 google chrome) and send me a screenshot, and it seems like none of the css loads for him except the background gradient (second screenshot). i feel like this is likely a neocities problem and not a device one?
Author   justfilingabugreport
🌐
GBAtemp
gbatemp.net › home › forums › other discussions › general off-topic chat
Trouble with CSS, for the love of god I need help | GBAtemp.net - The Independent Video Game Community
February 4, 2026 - Guess I'll just clear it anyway though, might be good luck Edit: If you're on desktop, you can also simply just go to the page and right click, then hit view source to see the raw HTML. As for the CSS file, just go to where I said it was (again, catboybeebop.neocities.org/styles/main.css) and it'll just be displayed raw.
🌐
Neocities
neocities.org › site_files › allowed_types
Neocities - Allowed File Types
We are constantly working on upgrading our infrastructure to deal with these problems more effectively. Until then, we have a whitelist of allowed file types, but we will let you know if this changes in the future.
🌐
Codeberg
codeberg.org › Alamantus › FeatherWiki › issues › 62
#62 - Neocities screenshots may result in static HTML (black text and white background, no CSS). - Alamantus/FeatherWiki - Codeberg.org
When you publish a Feather Wiki on Neocities, the screenshots displayed in the listing may be static HTML (black text and white background, no CSS). This is not every time when deploying, but sometimes a random screenshot of the normal design is displayed.
🌐
Neocities
neocities.org › tutorials
Neocities - Tutorials
Static site generators allow developers to make a web site that has many properties of dynamic web sites, except it generates static HTML which can then be uploaded to Neocities.
🌐
Code Forum
codeforum.org › software & web development › front-end development › html & css
Custom font not loading on Neocities | Code Forum - Where your coding journey begins
April 26, 2023 - It may not display this or other websites correctly. You should upgrade or use an alternative browser. ... I am making a new webpage for my website on neocities: (FRIDAY NIGHT JAMMIN'). On it, I want a few places to use a specific font that looks like the game the webpage is about. I used this tutorial: How To Load and Use Custom Fonts with CSS | DigitalOcean 1.
🌐
meyerweb
meyerweb.com › eric › articles › webrev › 199904.html
Help! My CSS Isn't Working!
In this column, we'll explore a few of them, including the dreaded "disappearing styles" bug in Netscape and an easy way to keep your length values from working. Upon encountering a problem, the first impulse is often to wonder if the styles are correctly written. Fortunately, there are a number of resources to help you figure that part out. There are the articles here at Web Review, of course, but they may not cover your particular situation. You need to make sure that there aren't any errors in either your HTML or your CSS, since mistakes in either place can result in botched document appearance.