blob: 1f0b5489eb2ff6bd6b1c9c65ae4b5642959b36d8 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<div style="width: 200px; height: 400px;">
<div style="float: left; width: 10px; height: 25px;"></div>
<div style="float: right; width: 40px; height: 45px;"></div>
<div style="float: left; width: 60px; height: 15px;"></div>
<div style="float: left; width: 70px; height: 95px;"></div>
<div style="float: right; width: 30px; height: 125px;"></div>
<div style="float: right; width: 10px; height: 35px;"></div>
<div style="float: left; width: 70px; height: 95px;"></div>
</div>
</body>
</html>