Skip to content

Instantly share code, notes, and snippets.

@rthbound
Created January 25, 2012 22:20
Show Gist options
  • Select an option

  • Save rthbound/1679231 to your computer and use it in GitHub Desktop.

Select an option

Save rthbound/1679231 to your computer and use it in GitHub Desktop.
#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