im making a 7 page website
and im using the bootstrap.min.css file and also my own custom css file
now the bootstrap file is 120 kb size
do i need to use seperate bootstrap files for all my pages or just a single boostrap file will work?
if i add 7 copies of boostrap.min.css then its 840 kb of css files
can a single copy of bootstrap.min.css file work with all 7 pages of mine?
Of course you don’t need 7 Bootstrap files, you only need one. Simply <link> to the same file in the <head> of each of your pages. You should also use only one stylesheet for your own styles for all of your pages (in most cases at least, and as far as I know).