3 <title>CSS3 media query test: Media query with min- constraint (screen and (min-width:
600px)). Using style attribute, @import css rule.
</title>
4 <link rel=
"help" href=
"http://www.w3.org/TR/css3-mediaqueries/" />
5 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/cascade.html#at-import" />
7 <style type=
"text/css">
10 <style type=
"text/css">
11 @import url
(import-p-green
.css
) screen and
(min-width: 600px);
15 <p> This text should be green if viewport width is at least
600px.
</p>