Skip to content

Instantly share code, notes, and snippets.

@jdsteinbach
Created September 6, 2012 16:14
Show Gist options
  • Save jdsteinbach/3658013 to your computer and use it in GitHub Desktop.
Save jdsteinbach/3658013 to your computer and use it in GitHub Desktop.
WordArt TTT
/**
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;
}
<span id="title">Time to Taste</span>
{"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