From the monthly archives: August 2010
A media query is a logical expression that is either true or false. A media query is true if the media type of the media query matches the media type of the device where the user agent is running.
<link href="CSS/phone.css" rel="stylesheet" type="text/css" media="all and (min-width: 0px) and (max-width: 350px)" >
[...]
-
Categories
-
Meta
