Skip to content

Instantly share code, notes, and snippets.

@creativeaura
Created April 12, 2012 09:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save creativeaura/2365796 to your computer and use it in GitHub Desktop.
Save creativeaura/2365796 to your computer and use it in GitHub Desktop.
webkit-border gradient
div {
width:200px;
height:225px;
background:#DFDFDF;
border-style:solid;
border-width:10px;
-webkit-border-image: -webkit-linear-gradient(top, rgba(255,255,255,1) 10%,rgba(41,184,229,1) 100%) 1 100% 1 1 stretch stretch;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment