mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 16:46:26 +00:00
8 lines
255 B
HTML
8 lines
255 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body style="margin:0; background:lime;">
|
|
<div id="d" style="position:relative; top:-50px; width:150px; height:250px; background:yellow;"></div>
|
|
<div id="p" style="margin-top:-50px; width:150px; height:50px;"></div>
|
|
</body>
|
|
</html>
|