blob: 13690053446483795c889b6e4e3d2aa80985bbc5 (
plain)
1
2
3
4
5
6
7
8
|
<!DOCTYPE html>
<body>
<div style="position:relative">
<div style="float:right; height: 10px"></div>
<div style="clear:right"></div>
<div style="position:absolute; top:4em; right:0; background:green; width: 100px; height: 100px"></div>
</div>
</body>
|