blob: 95e7b3787d5c61016bd7ca250d8a83fd6e7582c3 [file] [log] [blame]
<html>
<body>
<div style="background-color: green; position: absolute; left: 200px; top: 100px; width: 400px; height: 150px">
<p id="wideDiv">Wide div</p>
</div>
<div style="background-color: green; position: absolute; left: 200px; top: 300px; width: 400px; height: 800">
<p id="tallDiv">Tall div</p>
</div>
</body>
</html>