mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-12 20:30:18 +00:00
9 lines
259 B
HTML
9 lines
259 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body>
|
|
<div style="position:absolute; left:80px; top:20px; width:100px; height:100px; background:yellow">
|
|
<div style="position:absolute; left:50px; top:50px; width:100px; height:100px; background:orange"></div>
|
|
</div>
|
|
</body>
|
|
</html>
|