6

Do I have to copy the raw html to my computer and edit it there? I don't need a tutorial on CSS I just am confused how to add the styles to the sub. Thank you.

Do I have to copy the raw html to my computer and edit it there? I don't need a tutorial on CSS I just am confused how to add the styles to the sub. Thank you.

5 comments

You don't need to do anything with the html. Just add any css changes you want to the sub sylesheet.
Small changes can be done with a couple lines. Extensive changes can get longer, and at that point writing it in an editor first, then cut/paste into the sub stylesheet.

thanks for the reply. So I just add something like h1 {color: green} and it should work?