blob: 1fd155e38013e555c140908310c36b1416ac2ded (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<style>
body {
font-size: 18px;
line-height: 20px;
}
.hb {
font-size: 12px;
vertical-align: top;
}
</style>
<body>
<span class="hb">XX</span>
</body>
|