10 There should be a single green square below.
11 <div style=
"background: red"></div>
12 <div style=
"background: green; top: 80px; opacity: 0.5" id=
"target"></div>
14 var target
= document
.getElementById('target');
16 target
.style
.opacity
= 0.9;
17 target
.style
.top
= '30px';