0
Is it safer to link multiple html files to one css file. I am concerned about how large the css file can get when a web grows?
I am not sure what is good practice, to write a bunch of css files for some html files, or write one file entirely of css that caters to every html file in a website?
1 Answer
+ 3
In my experience, using 1 CSS file is much simpler, but if they are not similar enough, then I suggest making another file. Having multiple, smaller files is better in my opinion