8 lines
259 B
HTML
8 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>
|