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? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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?

2nd Jun 2019, 7:01 PM
prime omondi
prime omondi - avatar
1 Réponse
+ 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
2nd Jun 2019, 7:03 PM
Airree
Airree - avatar