blob: 97f688590069b39ea0ff872f144ab80b7b394ec1 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
body {
margin: 0px;
padding: 8px;
}
div { outline: 1px solid green; }
</style>
</head>
<body>
<div style="margin: 10px; padding: 10px; width: 100px; height: 100px;">
<div style="float: left; width: 20px; height: 10px;"></div>
<div style="float: left; width: 70px; height: 10px;"></div>
<div style="float: left; width: 30px; height: 10px;"></div>
</div>
</div>
</body>
</html>