Skip to content

Instantly share code, notes, and snippets.

View kevincobain2000's full-sized avatar

Pulkit Kathuria kevincobain2000

View GitHub Profile
@kevincobain2000
kevincobain2000 / dribbble.css
Created December 30, 2016 13:34
Create social media buttons with CSS3 gradients.
/*
Dribbble
------------------------------------------------------------ */
a.button-dribbble {
background-color: #c93764; /* fallback color */
background: -moz-linear-gradient(top, #ea4c89, #c93764);
background: -ms-linear-gradient(top, #ea4c89, #c93764);
background: -webkit-linear-gradient(top, #ea4c89, #c93764);
border: 1px solid #c93764;