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