mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
9 lines
267 B
HTML
9 lines
267 B
HTML
<!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>
|