Open rimmesbe opened 7 years ago
Just to confirm, you mean I should use href="./resources/css/style.css" correct? I tried using src=, and it didn't work.
Thanks for the tip though. Once I did that, I was able to see the CSS changes I was making (when it didn't always work previously).
It is important to use relative paths for linking your stylesheets and images, because root paths will only work on your computer. src="./resources/css/style.css"
https://github.com/ricepattyk/prj-rev-bwfs-dasmoto/blob/master/Dasmoto/index.html#L6