Skip to content

Instantly share code, notes, and snippets.

@wietseneven
Created April 18, 2013 14:03
Show Gist options
  • Save wietseneven/5412946 to your computer and use it in GitHub Desktop.
Save wietseneven/5412946 to your computer and use it in GitHub Desktop.
Standard 'known' pseudo classes
/**
* Standard 'known' pseudo classes
*/
body {
text-align:center;
font:50px/130px 'Lobster 1.4';
}
a:link {color:#FF0000;} /* unvisited link */
a:visited {color:#00FF00;} /* visited link */
a:hover {color:#FF00FF;} /* mouse over link */
a:active {color:#0000FF;} /* selected link */
<a href="#test">Een link</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