mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
11 lines
314 B
HTML
11 lines
314 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; margin-right:100px; background:yellow;"></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|