blob: b777533baac82d3fd208903c39e8a1b0d6d0269c (
plain)
1
2
3
4
5
6
7
|
<html>
<body>
<p style="color: green">This text should be green if viewport is wider than 30em.</p>
<div style="width: 30em; background-color: lightblue;">div of length 30 em</div>
<div style="width: 800px; background-color: lightblue;">div of length 800px</div>
</body>
</html>
|