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