<p>Lorem ipsum dolor amet sriracha <span>heirloom hammock</span> meh, migas woke brooklyn. Schlitz <span>flannel humblebrag thundercats</span>, shabby <span>chic activated charcoal</span> listicle tattooed brooklyn <span>photo booth af vape</span> jean shorts chartreuse portland. </p>
body {
font-family: helvetica, arial, sans-serif;
font-size: 16px;
}
span:nth-of-type(1) {
text-decoration: underline blue;
}
span:nth-of-type(2) {
text-decoration: overline wavy red;
}
span:nth-of-type(3) {
text-decoration: underline overline dotted purple;
}
span:nth-of-type(4) {
text-decoration: line-through yellow;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.