Currently, I am part of a group project in school where I am just beginning to learn about html, css, and bootstrap.
Each of us has been tasked with creating individual html files to represent web pages for our website, and then we will apply css styles to groups of these pages.
Our professor mentioned that learning bootstrap is optional, so I decided to go through a tutorial on w3schools. However, I am a bit confused about how I can apply bootstrap styles as a group.
As far as I understand, bootstrap primarily uses classes to style elements (please correct me if I am wrong). In that case, how would I go about applying the styles from one web page to another?
Does it mean that the 'stylesheet' in this scenario is simply bootstrap, and we need to rewrite the classes for each html file of a web page?
Any assistance or guidance on this matter would be greatly appreciated. Thank you!