blob: 65af40eaec6624ce6dd5267e57754269f621ea93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!DOCTYPE HTML>
<style>
@font-face {
font-family: Ahem;
src: url(../fonts/Ahem.ttf);
}
* {
font-family: Ahem;
}
</style>
<body style="font-size: 100px">
<div style="position: relative; height:100px;">
<table style="height: 50%; position: absolute; width: 50px; background: green">
</table>
</div>
</body>
|