CSS works fine locally, but doesn't when I upload here?

Hello!
First, thank you for reading. I am just beginning to learn how to use html/css, and I wanted to try and create my first website.

The thing is, when I open my files locally, it all seems to work out fine; however, once I uploaded to 000webhost, a lot (if not all) of the css doesn’t seem to work.
You can see below, I took a screenshot of my locally opened file, and 000webhost opened file.

myproject webhostupload

here is my url:
https://straydogsofcollaqui.000webhostapp.com/

I read other threads/posts regarding a similar issue. I went into the code and fixed wherever the problems could have been (pointed out by the file manager), to no avail.
Please help!

Thank you!

Greetings,

Files in our servers are case sensitive (for more info, google “UNIX”).
Make sure that the file name in the code matches the file name in your file manager (Style.css != style.css)

This topic was automatically closed after 3 hours. New replies are no longer allowed.