mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 06:48:38 +09:00
16 lines
323 B
HTML
16 lines
323 B
HTML
|
|
<!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>
|