blob: 7571d636bd8ecd35efa5aa05a59ea3880cb0e123 [file] [log] [blame]
<html>
<head>
<title>CSS3 media query test: simple media query. Using style element, media attribute</title>
<link rel="help" href="http://www.w3.org/TR/css3-mediaqueries/#syntax" />
<style type="text/css" media="only all">
p { color: green }
</style>
</head>
<body>
<p> This text should be green.</p>
</body>
</html>