Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

order css file

  <!-- First stylesheet -->
<link rel="old stylesheet" href="path/to/style.css" />
  <!-- Next stylesheet can overwrite styles in the first one -->
<link rel="newer stylesheet" href="path/to/style.css" />
  <!-- Last stylesheet can overwrite styles in previous ones-->
<link rel="newest stylesheet" href="path/to/style.css" />
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #order #css #file
ADD COMMENT
Topic
Name
4+4 =