Created
January 25, 2012 22:20
-
-
Save rthbound/1679231 to your computer and use it in GitHub Desktop.
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
| #greetings { | |
| width: 100%; | |
| height: auto; | |
| color: #999999; | |
| background: #4f4f4f; | |
| background: -moz-linear-gradient(top, #4f4f4f 0%, #666666 43%, #7f7f7f 100%); | |
| background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f4f4f), color-stop(43%,#666666), color-stop(100%,#7f7f7f)); | |
| background: -webkit-linear-gradient(top, #4f4f4f 0%,#666666 43%,#7f7f7f 100%); | |
| background: -o-linear-gradient(top, #4f4f4f 0%,#666666 43%,#7f7f7f 100%); | |
| background: -ms-linear-gradient(top, #4f4f4f 0%,#666666 43%,#7f7f7f 100%); | |
| background: linear-gradient(top, #4f4f4f 0%,#666666 43%,#7f7f7f 100%); | |
| filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#7f7f7f',GradientType=0 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment