mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
9 lines
252 B
HTML
9 lines
252 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body style="margin:0;">
|
|
<div style="position:relative; top:100px; left:100px; height:100px; border:10px solid black;">
|
|
<div style="position:absolute; bottom:0; height:30px; border:10px solid orange;">
|
|
</div>
|
|
</body>
|
|
</html>
|