An example of using style sheet media queries, or media expressions. In a nutshell apply conditions to which style sheets are imported depending on the client device properties. <link rel="stylesheet" type="text/css" media="screen, projection" href="css/main.css"/> <link rel="stylesheet" type="text/css" media="screen and (min-device-width: 1600px), projection" href="css/main-hires.css"/> In this case only devices with a minimum resolution of 1600 pixels [...]
Pages
Categories
Archives