This code make it so you can have different color text than your underline.
General Details
Snippet uploaded by: snippet
Email : webmaster@snippetlibrary.com
Snippet By: unknown
<!---Head--->
<style>
.greenunderline { text-decoration: underline;
color: green }
</style>
<!---Body--->
<div class="greenunderline"><span style="color: blue">I am Blue writing on a green underline</span></div>
No Reviews to show
