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