blob: 4bd857bebafe444707f69eebedcd7dc21238cbfe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css">
body {
text-rendering: optimizeLegibility;
font-size: 14.5px;
}
div, span {
border: none;
padding: 0px;
}
span {
/* Offset the baseline by an integer number of pixels */
display: inline-block;
vertical-align: baseline;
height: 30px;
}
</style>
</head>
<body>
<div style="position:fixed; left:10px; top:9.6px; font-family: sans-serif">
e<span></span><br>
e<br>
e<br>
e<br>
e<br>
e<br>
e<br>
e<br>
e<br>
e<br>
e<br>
e<br>
</div>
<div style="position:fixed; left:100px; top:9.6px; font-family: serif">
e<span></span><br>
e<br>
e<br>
e<br>
e<br>
e<br>
e<br>
e<br>
e<br>
e<br>
e<br>
e<br>
</div>
</body>
|