Skip to content

Instantly share code, notes, and snippets.

@fukaz55
Created April 15, 2011 04:05
Show Gist options
  • Save fukaz55/921124 to your computer and use it in GitHub Desktop.
Save fukaz55/921124 to your computer and use it in GitHub Desktop.
CSS3:gradient and border-radius
background: -moz-linear-gradient(top, #FFB5D3, #FF69B4);
background: -webkit-gradient(linear, left top, left bottom, from(#FFB5D3), to(#FF69B4));
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment