Skip to content

Instantly share code, notes, and snippets.

@iamvdo
Created January 17, 2012 22:59
Show Gist options
  • Save iamvdo/1629621 to your computer and use it in GitHub Desktop.
Save iamvdo/1629621 to your computer and use it in GitHub Desktop.
text-transform:underline w/ different color
/**
* text-transform:underline w/ different color
*/
p{
text-decoration:underline;
text-decoration: red dotted underline;
}
<p>Hello CSS</p>
{"view":"split","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment