blob: 9e4dbe95d360fcd59baba97883d47b1aa6d06eb4 (
plain)
1
2
3
4
5
6
7
|
<!DOCTYPE HTML>
<html>
<body style="overflow:hidden; height:3000px">
<div style="position:absolute; background:blue; top:300px; left:0; width:500px; height:200px;"></div>
<div style="position:absolute; background:black; top:0; left:0; width:500px; height:200px;"></div>
</body>
</html>
|