|
If you use more than one page it will save you a lot of work.
Because you will only have to include the css file with an include link.
link: <link rel="stylesheet" type="text/css" href="file.css" />
The big advantage about seperate css is that if for example you want all the text from the site to turn blue you only have to change the css.
If you would'nt have the seperate css you would have to change every single page.
|