layoutimage

style sheet

A stylesheet basically puts all your css in one spot so you don't have to change every single page when you've decided the font would be better pink or something.

Put the following code into every page in which you would like this css to be used.

Replace 'STYLESHEET LINK' with your link.

Make your actual style sheet. It is typically called something like style.css or stylesheet.css.

Put all of your CSS on the style sheet, and save. Every change you make to the stylesheet will now affect all of your website! :)