do I need a stylesheets for every page on my site?
new to css so i have no clue, nor did I find the info, if I need a different stylesheet for every page on my site. The formating is not constant to every page.
Thanks and keep up the good work.
Thanks and keep up the good work.
Thank you for your question on needing a css file for every page. Every page will need to call a CSS file, but they do not have to be different for every page. Most CSS is kept in one file and each page calls that file. You can have all the CSS for your site in a single file. The page that calls it will only use what it needs.
Kindest Regards,
Scott M