Created
February 10, 2013 16:32
-
-
Save yoksel/4750126 to your computer and use it in GitHub Desktop.
Untitled
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
BODY { | |
background: | |
-webkit-linear-gradient(0, | |
transparent 1.7em, rgba(64, 224, 208,.5) 1.7em, | |
transparent 2em, transparent 2.5em, | |
rgba(64, 224, 208,.5) 2.5em, | |
transparent | |
), | |
-webkit-linear-gradient(0, | |
rgba(0, 139, 139,.5) .5em, transparent .5em, | |
transparent .7em, rgba(0, 139, 139,.5) .7em, | |
transparent | |
), | |
-webkit-linear-gradient(0, | |
rgba(32, 178, 170,.3) 1em, transparent 1em, | |
transparent 2em, rgba(32, 178, 170,.3) 2em, | |
transparent | |
), | |
-webkit-linear-gradient(0, | |
rgba(64, 224, 208,.5) 1.5em, transparent 1.5em, | |
transparent 3em, rgba(64, 224, 208,.5) 3em, | |
transparent 3em | |
), | |
darkcyan -webkit-linear-gradient(0, | |
mediumaquamarine 1em, teal 1em, | |
darkcyan 3em, mediumaquamarine 3em, | |
darkcyan | |
); | |
background-size: 5em,4em, 2.5em, 4em, 4em; | |
text-align: center; | |
text-shadow: 0 1px 1px rgba(0,0,0,.6); | |
font: 24px/5 Georgia; | |
color: #FFF; | |
} |
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
<h1>Test cicada background</h1> | |
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
// alert('Hello world!'); |
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":"80","seethrough":"1","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment