Avatar of APD Toronto
APD Toronto
Flag for Canada

asked on 

Media Queries not Firing

Hi Experts,

Can anyone see  why the following media queries are not firing when I resize tthe browser?

            
            <link rel="stylesheet" type="text/css" media="screen and(max-device-width: 768px)" 
                  href="http://localhost/aces-project.com/styles/mobile.css" />
            
            <link rel="stylesheet" type="text/css" media="screen and(min-device-width: 768px)" 
                  href="http://localhost/aces-project.com/styles/tablet.css" />
            
            <link rel="stylesheet" type="text/css" media="screen and(min-device-width: 1200px)" 
                  href="http://localhost/aces-project.com/styles/desktop.css" />
            

Open in new window


Thanks
CSSHTML

Avatar of undefined
Last Comment
Serena Hsi

8/22/2022 - Mon