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