blob: 39e2f018a59a318cb4ac1cd22c87da94b7d0475a (
plain)
1
2
3
4
5
6
7
|
<html>
<body>
<p>This text should be green if the viewport is portrait.</p>
<p style="color: green">This text should be green if the viewport is landscape.</p>
<p>Obviously, at least one should be green, but never both. Square is portrait.</p>
</body>
</html>
|