Sorry for the noob question, I'm working with PBM2 and was trying to figure out the proper way of creating new pages that will use CSS.
My (limited) understanding of CSS is that the styles are applied so you don't have to edit every page when making a change. So once I'm happy with the setup of my home page with the menu buttons, banner, etc., is there a way to make it so that all my other pages are using the same menu structure?
In other words, if I add a new menu button at some point, will it be updated to all my pages? Normally I would just duplicate the index.html and rename it, then make my changes, but does that mean I lose the CSS and would still have to edit each page to add the button?
Any help appreciated!