4_1

by sanaes

HTML

<div></div>
<div style="float:left;width:100px;background:#f00;margin:0"></div>
<div style="position:relative;left:50px;top:50px">test</div>
<div></div>

CSS

div{margin-left:10px;width:200px;height:100px;background:#0f0;opacity:.8;border:1px solid #000}