Skip to content

Instantly share code, notes, and snippets.

@nbatalla03
Last active August 29, 2015 13:57
Show Gist options
  • Save nbatalla03/9594513 to your computer and use it in GitHub Desktop.
Save nbatalla03/9594513 to your computer and use it in GitHub Desktop.
.gradient {
background-image: -o-linear-gradient(bottom, #8A858B 0%, #A6A0A7 100%);
background-image: -moz-linear-gradient(bottom, #8A858B 0%, #A6A0A7 100%);
background-image: -webkit-linear-gradient(bottom, #8A858B 0%, #A6A0A7 100%);
background-image: -ms-linear-gradient(bottom, #8A858B 0%, #A6A0A7 100%);
background-image: linear-gradient(to bottom, #8A858B 0%, #A6A0A7 100%);
}
.box {
border: 1px solid #aaa;
padding: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment