How do I deploy a website using a separate CSS stylesheet? (stackoverflow.com)stack
22 points by Ast in stackoverflow.com · 2h ago · stack
I want to write a website in HTML using a separate stylesheet in CSS. When I open the index.html directly from my computer everything looks right, but when I commit + push it to GitLab and open my URL, that I'm hosting through GitLab, all of the formatting from the style.css doc…