blob: 5652318449f8cfa28597e4e57a33db6bdc772a2c [file] [log] [blame]
<html>
<style>
#green {
background-color: green;
margin-bottom: 50px;
}
#red {
background-color: red;
margin-bottom: 50px;
padding-bottom: 20px;
width: 50px;
height: 50px;
}
#yellow {
background-color: yellow;
width: 50px;
height: 50px;
}
</style>
<body>
<div id=green>
<div id=red></div>
</div>
<div id=yellow></div>
</body>
</html>