blob: 8e8544e418fb77e36b9845c1d9396686a699449c [file] [edit]
<!DOCTYPE html>
<style>
body {
margin: 0;
}
#upper {
background: yellow;
height: 20px;
}
#lower {
background: green;
width: 20px;
height: 20px;
}
</style>
<div id=upper></div>
<div id=lower></div>