F
F
fastovvlad2018-02-14 20:43:45
css
fastovvlad, 2018-02-14 20:43:45

How should css be done?

I have 2 pages on my site, and the css in the content of these pages is different, how should I do it?
How to link each of the pages with its own css file or register everything in one? Where will the site load faster?
5a8474f8477e7422912928.png5a847500b339f116283178.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Aligatro, 2018-02-14
@fastovvlad

How to link each of the pages with its own css file or register everything in one?

In the second case, the first load will be longer, but further interaction with the site will be faster. In the first, the reverse situation.
If it is highly likely that the user should visit both pages, I would put everything in one file to reduce the number of requests.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question