blob: fe1e5002860070fcd4fe409054bb790c17f9ad64 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
body {
margin: 0px;
padding: 8px;
}
</style>
</head>
<body>
<div style="float: left; width: 11px; height: 100px;"></div>
<div style="width: 100px; height: 50px;">
<div style="float: left; width: 12px; height: 10px;"></div>
</div>
<div style="width: 100px; height: 40px;">
<div style="float: left; width: 13px; height: 10px;"></div>
</div>
<div style="float: left; width: 14px; height: 10px;"></div>
<div style="float: left; width: 15px; height: 80px;"></div>
<div style="width: 100px; height: 40px;">
<div style="float: left; width: 16px; height: 10px;"></div>
<div style="float: left; width: 100px; height: 10px;"></div>
</div>
</body>
</html>