mila732 / colmar

0 stars 0 forks source link

relative path on your css is wonky #1

Open rimmesbe opened 6 years ago

rimmesbe commented 6 years ago

This is a very roundabout relative path to your css and if the project folder is renamed it will break. What your path is saying is "go up one directory level out of the project folder, then back into the project folder, and find the css file". All you actually need is: href="style.css" Really you should put your css files in the resources folder though.

https://github.com/mila732/colmar/blob/master/index.html#L6

mila732 commented 6 years ago

For some reason I couldn't get the css to link otherwise. Also, the css wasn't showing up in Safari later on but did show up in Google Chrome.

Can I make a resource folder directly in Github? and move the files in there on Github?

rimmesbe commented 6 years ago

I would not do it directly on github because this will cause issues for you locally. I would make all your changes locally and push them to github