blob: 6ae15a8fefd8754fd110d4ea6d3ed6de690b6697 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
body {
margin: 0px;
padding: 8px;
}
</style>
</head>
<body>
<div style="float: left; width: 10px; height: 100px;"></div>
<div style="width: 100px; height: 50px;">
<div style="float: left; width: 10px; height: 10px;"></div>
</div>
<div style="margin-left: 50px; width: 100px; height: 50px;">
<div style="float: left; width: 10px; height: 10px;"></div>
</div>
</body>
</html>