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