Where to store files whilst learning to code?

Hello! <3

I’m a beginner, learning HTML and CSS. I’m testing out and playing around by writing my code into a live html displayer, but want to link to an external stylesheet - except I have nowhere to host it! Short of buying a hosting service, what would you recommend as a repository for storing experimental files? I don’t really want them to be open source where possible. I’m also willing to spend a little, but I don’t need a whole business’s hosting package just to play around!

Thanks so much in advance!

All you need to do it find out the link to that stylesheet or download it to your computer. You don’t even need to pay for hosting to run HTML and CSS, you just make a directory on your computer, write the html and css, then open the html file in a browser.

Hope this helps :slight_smile:

1 Like