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