fix
Leonardo Montenegro
I recommend this online #CSS3 code generator by @enjoycss
Proceed(9)
Thanks for your like.
You've done it, haven't you?
{"sid":"p5W","rid":0,"page":"code","page_params":[],"username":""}
Skip
Next

We'll add only required prefixes
for browsers you gonna choose,
based on data from caniuse.com
4+
4+
9+
10.5+
4+
5.0+
2.1+
7+
Hide default rules
Copy to clipboard
HTML
<input type="button" class="enjoy-css" value="Enjoy" />
Copy to clipboard
CSS
LESS
SCSS
.enjoy-css {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 153px;
  height: 49px;
  cursor: pointer;
  padding: 10px 20px;
  border: none;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  font: normal normal bold 16px/normal Verdana, Geneva, sans-serif;
  color: #000000;
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: -webkit-linear-gradient(90deg, #c5c4c5 0, #efefef 100%);
  background: -moz-linear-gradient(0deg, #c5c4c5 0, #efefef 100%);
  background: linear-gradient(0deg, #c5c4c5 0, #efefef 100%);
  background-position: 50% 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
  -webkit-box-shadow: 2px 3px 3px 1px rgba(180,180,180,1) ;
  box-shadow: 2px 3px 3px 1px rgba(180,180,180,1) ;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.enjoy-css:hover {
  font: normal 16px/normal Verdana, Geneva, sans-serif;
  background: -webkit-linear-gradient(90deg, #eb5c61 0, #cf4a4f 100%);
  background: -moz-linear-gradient(0deg, #eb5c61 0, #cf4a4f 100%);
  background: linear-gradient(0deg, #eb5c61 0, #cf4a4f 100%);
  background-position: 50% 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
}

.enjoy-css:active {
  background: -webkit-linear-gradient(90deg, #3e779d 0, #65a9d7 100%);
  background: -moz-linear-gradient(0deg, #3e779d 0, #65a9d7 100%);
  background: linear-gradient(0deg, #3e779d 0, #65a9d7 100%);
  background-position: 50% 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
}