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