blob: 411ffe7ddc4db3654fca361a6bbaec9db4207a19 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
body {
margin: 0px;
padding: 8px;
}
</style>
</head>
<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>