Skip to content

Instantly share code, notes, and snippets.

@tylergaw
Created October 1, 2012 19:48
Show Gist options
  • Save tylergaw/3814022 to your computer and use it in GitHub Desktop.
Save tylergaw/3814022 to your computer and use it in GitHub Desktop.
Don't give a fuck
/**
* Don't give a fuck
*/
body {
background: transparent url('http://static.fjcdn.com/gifs/Move_fbbe7d_2459319.gif') repeat left top;
}
h1 {
animation-name: blink;
animation-duration: 0.4s;
animation-iteration-count: infinite;
color: #78ff00;
text-shadow: 0 2px 0 #000;
font-family: courier;
font-size: 64px;
font-weight: normal;
text-align: center;
}
@-webkit-keyframes blink {
0% {
opacity: 1
}
100% {
opacity: 0
}
}
<h1>Don't give a fuck</h1>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"result"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment