blob: ab2dcebc4158de315a8df204d110a63bbe93ea69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<p>There should be 6 small blue squares below.</p>
<div style="width:300px;">
<div style="float:left; width:50px;">
<div style="margin-top:90px; width:10px; height:10px; background:blue;"></div>
</div>
<div style="float:left; width:50px;">
<div style="margin-top:90px; width:10px; height:10px; background:blue;"></div>
</div>
<div style="float:left; width:50px;">
<div style="margin-top:90px; width:10px; height:10px; background:blue;"></div>
</div>
<div style="float:left; width:50px;">
<div style="margin-top:90px; width:10px; height:10px; background:blue;"></div>
</div>
<div style="float:left; width:50px;">
<div style="margin-top:50px; width:10px; height:10px; background:blue;"></div>
</div>
<div style="float:left; width:50px;">
<div style="margin-top:50px; width:10px; height:10px; background:blue;"></div>
</div>
</div>
|