fix
Thanks for your like.
You've done it, haven't you?
{"sid":"11FF","rid":1,"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="Hello
" />
Copy to clipboard
CSS
LESS
SCSS
.enjoy-css {
  display: inline;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 5;
  width: 47px;
  height: 11px;
  cursor: pointer;
  top: 0;
  margin: 12px;
  padding: 10px 20px;
  overflow: hidden;
  border: 1px dashed rgba(85,31,193,1);
  -webkit-border-radius: 7px / 3px;
  border-radius: 7px / 3px;
  font: normal normal bold 17px/11px "Palatino Linotype", "Book Antiqua", Palatino, serif;
  color: rgba(219,150,48,1);
  text-indent: 5px;
  -o-text-overflow: clip;
  text-overflow: clip;
  white-space: nowrap;
  background: rgba(255,217,102,0.7);
  -webkit-box-shadow: 2px 2px 7px 0 rgba(191,15,71,1) ;
  box-shadow: 2px 2px 7px 0 rgba(191,15,71,1) ;
  text-shadow: -1px -1px 0 rgba(25,27,33,1) ;
  -webkit-transition: color 300ms cubic-bezier(0.16, 0.58, 0.515, 0.955);
  -moz-transition: color 300ms cubic-bezier(0.16, 0.58, 0.515, 0.955);
  -o-transition: color 300ms cubic-bezier(0.16, 0.58, 0.515, 0.955);
  transition: color 300ms cubic-bezier(0.16, 0.58, 0.515, 0.955);
  -webkit-transform: rotateX(-0.5729577951308231deg) rotateY(25.21014298575622deg)   ;
  transform: rotateX(-0.5729577951308231deg) rotateY(25.21014298575622deg)   ;
}