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