Skip to content

Instantly share code, notes, and snippets.

@oosby
Created October 22, 2014 15:23
Show Gist options
  • Save oosby/f5e23ce3a4e01a9ff60f to your computer and use it in GitHub Desktop.
Save oosby/f5e23ce3a4e01a9ff60f to your computer and use it in GitHub Desktop.
A Pen by Olivia Osby.
<a class="link" href="linkedin.com">Real Link</a>
<span class="link">Fake Link</span>
.link {
cursor: pointer;
color: #333;
text-decoration: underline;
}
.link:hover {
color: #f00;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment