mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
12 lines
334 B
HTML
12 lines
334 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
|
|
<div style="position:relative; width:300px; background:grey;">
|
|
<div style="position:absolute; left:0; bottom:0px; width:250px; background:lime;">abs.pos.</div>
|
|
<div style="float:left; width:200px; height:200px; background:cyan;"></div>
|
|
<div style="clear:both;"></div>
|
|
</div>
|
|
</body>
|
|
</html>
|