I am trying to host a CSS file in Google Drive and link to it in my HTML file.
Neither of these two link formats are working:
<link rel="stylesheet" href=";>
<link rel="stylesheet" href=";>
What happens is that the CSS file is downloaded and not viewed/opened in Chrome. Hence the link is not working and my website is failing to load the CSS file!
Based on this tutorial, it should work - or at least it seems like it did 3 years ago when the video was uploaded:
Any ideas for how to make the link work?
I tried to google, look video tutorials and it seems like all available information is outdated or I am missing something.