blob: c8e0e220bde0a0db7625036249950104d875b6ad (
plain)
1
2
3
4
5
6
7
|
<!DOCTYPE HTML>
<html>
<body>
<div style="width:400px; height:300px; overflow:hidden; border:2px solid black">
<div style="height: 150px"></div>
<div style="width: 100px; height: 100px; background-color: green"></div>
</div>
|