blob: 9a72de2ce55e573ce1aa061e97aaa43d667b0147 (
plain)
1
2
3
4
5
6
7
8
|
<!DOCTYPE HTML>
<html>
<body>
<div style="overflow:auto; width:300px; height:300px; background:green;">
<div style="height:200px; margin:100px; width:100px; float:left; background:yellow;"></div>
</div>
</body>
</html>
|