Skip to content

Instantly share code, notes, and snippets.

@greeneggsandmushrooms
Created October 29, 2017 18:38
Show Gist options
  • Save greeneggsandmushrooms/c0d37a3f44883616eb42754675da24b1 to your computer and use it in GitHub Desktop.
Save greeneggsandmushrooms/c0d37a3f44883616eb42754675da24b1 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title></title>
<style id="jsbin-css">
a:link{color:orange;}
a:hover{font-family:courier;}
a:active{font-size:50px;}
a:visited{font-family:impact;}
</style>
</head>
<body>
<a href="http://cnn.com">This is CNN</a>
<script id="jsbin-source-css" type="text/css">a:link{color:orange;}
a:hover{font-family:courier;}
a:active{font-size:50px;}
a:visited{font-family:impact;}</script>
</body>
</html>
a:link{color:orange;}
a:hover{font-family:courier;}
a:active{font-size:50px;}
a:visited{font-family:impact;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment