mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-29 02:40:33 +09:00
16 lines
No EOL
456 B
HTML
16 lines
No EOL
456 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
.high {vertical-align: 5em;}
|
|
.invisible {color: transparent;}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<span style="text-decoration: underline;">
|
|
underline<span class="invisible">continued<span class="invisible">continued</span></span></span>
|
|
<span class="invisible high">offset<span class="invisible high">offset</span></span>
|
|
</div>
|
|
<span style="text-decoration: underline;">also underlined</span>
|
|
</body>
|
|
</html> |