mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
9 lines
190 B
HTML
9 lines
190 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body>
|
|
<div style="position:relative; margin-top:100px;">
|
|
<div style="background:yellow; width:100px; height:100px; position:absolute"></div>
|
|
</div>
|
|
</body>
|
|
</html>
|