Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Programming Q&A
External media query stylesheet link not working
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Magic" data-source="post: 296025" data-attributes="member: 23359"><p>Hello,</p><p>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. </p><p></p><p>My other two stylesheet links work well,</p><p></p><p> [CODE] </p><p><link href="css/animations.css" rel="stylesheet"></p><p><link rel="stylesheet" type="text/css" href="css/styles.css"></p><p>[/CODE]</p><p></p><p>how ever my responsive.css is not accepting the move and now no longer works?</p><p></p><p>[CODE]</p><p><link href="css/responsive.css" rel="stylesheet"></p><p>[/CODE]</p><p></p><p>Someone help <img src="/styles/default/xenforo/smilies/emojione/frown.png" class="smilie" loading="lazy" alt=":(" title="Frown :(" data-shortname=":(" /></p></blockquote><p></p>
[QUOTE="Magic, post: 296025, member: 23359"] 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, [CODE] <link href="css/animations.css" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="css/styles.css"> [/CODE] how ever my responsive.css is not accepting the move and now no longer works? [CODE] <link href="css/responsive.css" rel="stylesheet"> [/CODE] Someone help :( [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
External media query stylesheet link not working
Top