mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
329 B
HTML
14 lines
329 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<style>
|
||
|
.high {vertical-align: 5em;}
|
||
|
.invisible {color: transparent;}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div style="text-decoration: underline;">
|
||
|
underline<span class="invisible high">continued<span class="invisible high">continued</span></span><br>
|
||
|
also underlined
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|