blob: a1d11e3e4b91f4bc25eac003e687c21971dee914 [file] [log] [blame]
simon.fraser@apple.com3cf68b32010-11-02 23:12:33 +00001<!DOCTYPE html>
2
3<html>
4<head>
5 <style type="text/css" media="screen">
6 body {
7 height: 1000px;
8 margin: 0;
9 }
10
11 .box {
12 height: 100px;
13 width: 100px;
14 margin: 100px 0;
15 background-color: green;
16 }
17 </style>
18</head>
19<body>
20
21 <div class="box">
22 </div>
23
24</body>
25</html>