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