<!doctype html>
<style>
div {
width: 50px;
height: 50px;
position: absolute;
top: 30px;
}
</style>
There should be a single green square below.
<div style="background: red"></div>
<div style="background: green; opacity: 0.9" id="target"></div>