Skip to content

Instantly share code, notes, and snippets.

@yatil
Created May 15, 2013 11:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yatil/5583189 to your computer and use it in GitHub Desktop.
Save yatil/5583189 to your computer and use it in GitHub Desktop.
Untitled
body {
font-family: Arial;
font-size: 3em;
}
a:after {
content: ' Link';
}
.first:after:hover {
color: #bada55;
}
.second:hover:after {
color: #bada55;
}
<!-- content to be placed inside <body>…</body> -->
<a href="#" class="first">First</a><br><a href="#" class="second">Second</a>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment