<div><span class="fancy">Fancy Underline</span></div>
div {
font-size: 55px;
}
.fancy {
-webkit-text-decoration: hotpink double underline;
text-decoration: hotpink double underline;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.