blob: e86317ec4e73db33cabcd87fbff117b540ecb20f [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
body {
margin: 0px;
padding: 8px;
}
div { outline: solid green 1px; }
</style>
</head>
<body>
<div style="padding: 100px; width: 200px; height: 400px;">
<div style="float: left; width: 130px; height: 15px;"></div>
<div style="float: right; width: 30px; height: 125px;"></div>
<div style="float: left; width: 60px; height: 10px;"></div>
<div style="float: left; width: 130px; height: 10px;"></div>
<div style="float: right; width: 30px; height: 125px;"></div>
<div style="float: left; width: 130px; height: 10px;"></div>
<div style="float: right; width: 30px; height: 125px;"></div>
</div>
</body>
</html>