2007-11-18 04:09:03 -08:00
|
|
|
<!--
|
|
|
|
Any copyright is dedicated to the Public Domain.
|
|
|
|
http://creativecommons.org/licenses/publicdomain/
|
|
|
|
-->
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
|
|
|
<title>Reference file for comparisons</title>
|
|
|
|
<style type="text/css">
|
|
|
|
|
|
|
|
* {
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2008-02-19 10:46:43 -08:00
|
|
|
html, body {
|
2007-11-18 04:09:03 -08:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2008-02-19 10:46:43 -08:00
|
|
|
div {
|
2007-11-18 04:09:03 -08:00
|
|
|
width: 70px;
|
|
|
|
height: 70px;
|
|
|
|
background: blue;
|
|
|
|
}
|
|
|
|
|
|
|
|
</style>
|
|
|
|
</head>
|
2008-02-19 10:46:43 -08:00
|
|
|
<body><div></div></body>
|
2007-11-18 04:09:03 -08:00
|
|
|
</html>
|