blob: ce51aee8db391170a3851b81fc27522d9c9195f6 [file] [log] [blame]
<html>
<style>
div {
width: 50px;
height: 50px;
}
#green {
margin-top: 20px;
background-color: green;
margin-bottom: 20px;
}
#blue {
background-color: blue;
margin-top: 40px;
position: absolute;
top: 30px;
}
#yellow {
background-color: yellow;
margin-top: 50px;
}
</style>
<body>
<div id=green></div>
<div id=blue></div>
<div id=yellow></div>
</body>
</html>