blob: 8fae0724947b17a2a0535dd3293e8db4fbee61e1 [file]
<style>
div {
white-space: pre;
font-family: Ahem;
font-size: 40px;
margin: 50px;
}
span {
text-decoration: underline;
border: 20px solid transparent;
padding: 30px;
}
.vertical {
writing-mode: vertical-lr;
text-underline-position: under;
text-underline-offset: -10px;
}
</style>
<div><span> </span></div>
<div class=vertical><span> </span></div>