In my website, I have a reference to a CSS file like the one below:
<link rel="stylesheet" type="text/css" href="http://go/css/filename.css">
Now, I want to make changes to this CSS file and upload it to a new location.
Can I store the modified file on my local system or do I have to upload it within the same website?