Magic
Posting Freak
- Oct 11, 2012
- 1,026
- 196
Hello,
So I am working on my portfolio, I have nearly completed the index page and all is going well, I finished one media query in an external stylesheet to make it respond to a min width of 1024px which I tested and worked perfect on a monitor of that screen. I than decided to clean my directory by moving all my css into a folder called css.
My other two stylesheet links work well,
how ever my responsive.css is not accepting the move and now no longer works?
Someone help
So I am working on my portfolio, I have nearly completed the index page and all is going well, I finished one media query in an external stylesheet to make it respond to a min width of 1024px which I tested and worked perfect on a monitor of that screen. I than decided to clean my directory by moving all my css into a folder called css.
My other two stylesheet links work well,
Code:
<link href="css/animations.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/styles.css">
how ever my responsive.css is not accepting the move and now no longer works?
Code:
<link href="css/responsive.css" rel="stylesheet">
Someone help