mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
294 B
HTML
11 lines
294 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body>
|
|
<div style="overflow:auto; width:300px; height:300px; background:green;">
|
|
<div style="height:100px; margin-top:100px;">
|
|
<div style="height:200px; margin-left:100px; width:100px; margin-bottom:100px; background:yellow;"></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|