mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
17 lines
624 B
HTML
17 lines
624 B
HTML
<!--
|
|
Any copyright is dedicated to the Public Domain.
|
|
http://creativecommons.org/licenses/publicdomain/
|
|
-->
|
|
<html>
|
|
<body>
|
|
<div style="position:absolute; width:25px; height:25px;
|
|
background:blue; top:50px; left:50px;"></div>
|
|
<div style="position:absolute; width:25px; height:25px;
|
|
background:blue; top:50px; left:100px;"></div>
|
|
<div style="position:absolute; width:25px; height:25px;
|
|
background:blue; top:100px; left:50px;"></div>
|
|
<div style="position:absolute; width:25px; height:25px;
|
|
background:blue; top:100px; left:100px;"></div>
|
|
</body>
|
|
</html>
|