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