mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00: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>
|