Created
September 6, 2012 16:14
-
-
Save jdsteinbach/3658013 to your computer and use it in GitHub Desktop.
WordArt TTT
This file contains 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
/** | |
WordArt TTT */ | |
body { | |
background: #fff; | |
min-height: 100%; | |
} | |
#title { | |
font-family: "Lobster Two",cursive; | |
font-weight: bold; | |
font-style: italic; | |
font-size: 5rem; | |
color: #e62727; | |
text-shadow:/* 0px 1px 0 #e62727, | |
-1px 0px 0 #e62727, | |
1px 0px 0 #e62727, | |
0px -1px 0 #e62727,*/ | |
2px 2px 0 #fff, | |
4px 4px 0 #000; | |
} |
This file contains 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
<span id="title">Time to Taste</span> |
This file contains 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