Which one is better and faster? What for?
using only one file for styling:
css/style.css
or
using multiple files for styles:
css/header.css css/contact.css css/footer.css css/tooltip.css
The reason I ask about this is because I am developing a site for users with very low internet speeds. country of Uganda. Therefore, I want to do this as quickly as possible.
html css
user1012032
source share