blob: 1c2a9b04c4b6059c7875e0651ff50c3e550e3d5c [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
body {
margin: 0px;
padding: 8px;
}
</style>
</head>
<body>
<div style="width: 100px; height: 40px;">
<div style="float: left; width: 50px; height: 150px;"></div>
<div style="float: left; width: 50px; height: 250px;"></div>
</div>
<div style="clear: both; width: 10px; height: 10px;"></div>
</body>
</html>