As I dive back into website development, one thing I've been exploring is the use of external style sheets. When working on a site locally, you would typically include the CSS file using:
<link rel="stylesheet" type="text/css" href="main.css">
But what about when the website goes live on a hosting service like godaddy.com? One option I came across was using a link from google docs:
<link href="//docs.google.com/static/document/client/css/1823751902-KixCss_ltr.css" type="text/css" rel="stylesheet">