Skip to content

Instantly share code, notes, and snippets.

@cm85
Created July 14, 2016 21:38
Show Gist options
  • Save cm85/936899037555a29482b339f00e00af9b to your computer and use it in GitHub Desktop.
Save cm85/936899037555a29482b339f00e00af9b to your computer and use it in GitHub Desktop.
Carlo's Footer
<p align="center">
<b>Carlo Moscatiello</b><br>
<a href="https://github.com/cm85">GitHub</a> |
<a href="http://codepen.io/CM85/">CodePen</a> |
<a href="http://en.gravatar.com/carlomoscatiello">Gravatar</a>
<br><br>
<img src="https://dl.dropboxusercontent.com/u/200015521/Pictures/Carlo_Pencil.png">
</p>
html {
background-color: black;
color: white;
}
/* unvisited link */
a:link {
color: red;
}
/* visited link */
a:visited {
color: green;
}
/* mouse over link */
a:hover {
color: hotpink;
}
/* selected link */
a:active {
color: blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment