if your just working locally, just set it up so the html file reads the local css file, so you dont need to do any uploading to see changes
so where you have the <link rel="http://sumocycles.com/style.css" or whatever change it to the local path
so might just be 'styles.css' (if its in the same folder as index.html) or style/style.css if its in a folder called style
@rogan started
London Fixed Gear and Single-Speed is a community of predominantly fixed gear and single-speed cyclists in and around London, UK.
This site is supported almost exclusively by donations. Please consider donating a small amount regularly.
if your just working locally, just set it up so the html file reads the local css file, so you dont need to do any uploading to see changes
so where you have the <link rel="http://sumocycles.com/style.css" or whatever change it to the local path
so might just be 'styles.css' (if its in the same folder as index.html) or style/style.css if its in a folder called style