blob: dcdb5a7182c801d71a59ad82d65c1c879dfc17da [file] [edit]
<!DOCTYPE html>
<style>
div {
font-family: Arial;
font-size: 100px;
color: transparent;
text-decoration: underline green;
}
span {
font-size: 10px;
}
</style>
<div>X<span>X</span></div>