blob: 0df5ffe4b4def90969114c2dcb5f1f785df6bfbb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/licenses/publicdomain/
-->
<!DOCTYPE html>
<html>
<head>
<style>
.unit { display:inline-block; width:100px; height:1px; }
</style>
</head>
<body style="margin:0; width:350px; line-height:100px;">
<span class="unit"></span><span class="unit"
></span><span style="background:lime"><span class="unit"></span><span class="unit"
></span></span>
</body>
</html>
|