Question
Thread display: Collapse - |
All Answers
Share your knowledge
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
Added a second CSS file which doesn't seem to be working, HELP!
I'm currently completing a Udemy course on web development.
I've created a second CSS file to load when screen sizes reach 768px or less.
The code is as followed
<link rel="stylesheet" media="screen and(max-width:768px)" href="./CSS/mobile.css">
I've cleared cached files, checked using the dev tools and it seems to have loaded but nothing is happening and I'm stuck!!
Any help would be greatly appreciated