Created
May 3, 2012 14:02
-
-
Save nickdima/2585852 to your computer and use it in GitHub Desktop.
Futuristic Lyrics Card
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Futuristic 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%); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p class="retro">We could have had it all<br/>Rolling in the deep</p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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