Skip to content

Instantly share code, notes, and snippets.

@maxpelic
Last active December 21, 2015 18:29
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 maxpelic/6347454 to your computer and use it in GitHub Desktop.
Save maxpelic/6347454 to your computer and use it in GitHub Desktop.
animate
/**
* animate
*/
@import url(http://fonts.googleapis.com/css?family=Crushed);
@import url(http://fonts.googleapis.com/css?family=Jockey+One);
@import url(http://fonts.googleapis.com/css?family=Passion+One);
body {
background-color: #122;
text-align:center;
padding-top:5%;
font-family:Passion One, Crushed, sans;
transition:background-color 3s, padding 3s;
color:white;
}
a{
text-decoration:none;
color:white;
font-size:6em;
}
<!-- content to be placed inside <body>…</body> -->
<link href='http://fonts.googleapis.com/css?family=Jockey+One' rel='stylesheet' type='text/css'>
<a href="http://pelictech.blogspot.com">BLOG</a>
<br/>
<a href="http://facebook.com">FACEBOOK</a>
// alert('Hello world!');
{"view":"split-vertical","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