fix
Leonardo Montenegro
I recommend this online #CSS3 code generator by @enjoycss
Proceed(8)
Thanks for your like.
You've done it, haven't you?
{"sid":"19sW","rid":4,"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="BACK TO 
" />
<script type="text/javascript" script-name="open-sans" src="http://use.edgefonts.net/open-sans.js"></script>
Copy to clipboard
CSS
LESS
SCSS
.enjoy-css {
  display: inline;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  float: right;
  position: relative;
  cursor: pointer;
  padding: 10px 20px;
  border: none;
  -webkit-border-radius: 9px 0 0 9px;
  border-radius: 9px 0 0 9px;
  font: normal normal bold 16px/normal "open-sans", Helvetica, sans-serif;
  color: rgba(59,55,56,0.9);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #827f7e;
  -webkit-box-shadow: -7px -5px 2px 0 rgba(0,0,0,0.2) ;
  box-shadow: -7px -5px 2px 0 rgba(0,0,0,0.2) ;
  -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);
}