Skip to content

Instantly share code, notes, and snippets.

@nickdima
Created April 22, 2012 12:13
Show Gist options
  • Save nickdima/2463880 to your computer and use it in GitHub Desktop.
Save nickdima/2463880 to your computer and use it in GitHub Desktop.
Lights Lyrics Card
/**
* Lights Lyrics Card
*/
@import url(http://fonts.googleapis.com/css?family=Codystar|Oleo+Script|Audiowide&subset=latin,latin-ext);
p.retro {
font-family: 'Codystar', cursive;
font-size: 3em;
line-height: 1.7em;
color: white;
text-align: center;
width: 400px;
height: 400px;
border: 2px solid #555;
padding: 50px;
background: linear-gradient(-45deg, #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%);
}
<p class="retro">We could have had it all<br/>Rolling in the deep</p>
{"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