blob: db5c854e020ca62c2c49077cb1b1220c4c65edc0 (
plain)
1
2
3
4
5
6
7
8
9
|
<html>
<head>
<link rel="stylesheet" href="default.css">
</head>
<body style="height: 2000px">
<div style="top: 200px; left: 200px;" class="absolute yellow"></div>
<div id="content" class="fixed green"></div>
</body>
</html>
|