Skip to content

Instantly share code, notes, and snippets.

@tylergaw
Created June 12, 2012 19:10
Show Gist options
  • Save tylergaw/2919494 to your computer and use it in GitHub Desktop.
Save tylergaw/2919494 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
background: url('http://i.imgur.com/FwZS5.gif') repeat;
}
h1 {
animation: blink 0.5s infinite;
text-align: center;
color: #fff;
text-transform: uppercase;
font-size: 130px;
text-shadow: #fff 0 3px 0;
font-family: helvetica;
margin-top: 1.5em;
}
h1 b {
color: #fff;
}
h1 b:first-child {
color: red;
}
h1 b:last-child {
color: blue;
}
@-webkit-keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
<h1><b>'me</b><b>ri</b><b>ca!</b></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