Skip to content

Instantly share code, notes, and snippets.

@AdithyaBhat17
Created August 28, 2018 16:09
Show Gist options
  • Save AdithyaBhat17/3397330b4319e658aab51bfee304c2bd to your computer and use it in GitHub Desktop.
Save AdithyaBhat17/3397330b4319e658aab51bfee304c2bd to your computer and use it in GitHub Desktop.
.start-btn
{
background : -moz-linear-gradient(0% 50% 0deg,rgba(79, 34, 128, 1) 0%,rgba(212, 20, 90, 1) 100%);
background : -webkit-linear-gradient(0deg, rgba(79, 34, 128, 1) 0%, rgba(212, 20, 90, 1) 100%);
background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(79, 34, 128, 1) ),color-stop(1,rgba(212, 20, 90, 1) ));
background : -o-linear-gradient(0deg, rgba(79, 34, 128, 1) 0%, rgba(212, 20, 90, 1) 100%);
background : -ms-linear-gradient(0deg, rgba(79, 34, 128, 1) 0%, rgba(212, 20, 90, 1) 100%);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4F2280', endColorstr='#D4145A' ,GradientType=0)";
background : linear-gradient(90deg, rgba(79, 34, 128, 1) 0%, rgba(212, 20, 90, 1) 100%);
border-radius : 26px;
-moz-border-radius : 26px;
-webkit-border-radius : 26px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4F2280',endColorstr='#D4145A' , GradientType=1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment