mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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>
|