I have 2 CSS files style.css and responsive.css , I need to add both the files in head tag , please help me....
Asked
Active
Viewed 32 times
1 Answers
0
is there any reason why this wouldn't work?
<head>
<link rel="stylesheet" href="style.css"/>
<link rel="stylesheet" href="responsive.css"/>
</head>

Jacob
- 87
- 7