order css file

Solutions on MaxInterview for order css file by the best coders in the world

showing results for - "order css file"
Karim
11 Nov 2016
1  <!-- First stylesheet -->
2<link rel="old stylesheet" href="path/to/style.css" />
3  <!-- Next stylesheet can overwrite styles in the first one -->
4<link rel="newer stylesheet" href="path/to/style.css" />
5  <!-- Last stylesheet can overwrite styles in previous ones-->
6<link rel="newest stylesheet" href="path/to/style.css" />
7