blob: 9d019dd48cd63a9f39a3433d28b124a8daeccc8e (
plain)
1
2
3
4
5
6
7
8
9
10
|
<html>
<head>
<title>CSS3 media query test: media query testing compound queries (screen and (color) and (grid:0)). Using link element, media attribute</title>
<link rel="help" href="http://www.w3.org/TR/css3-mediaqueries/#syntax" />
<link rel="stylesheet" type="text/css" media="screen and (color) and (grid:0)" href="import-p-green.css" />
</head>
<body>
<p> This text should be green on bitmap color devices.</p>
</body>
</html>
|