fix
Carlos Benítez
EnjoyCSS: un generador de código CSS3 a través de interfaz gráfica web
Proceed(9)
Thanks for your like.
You've done it, haven't you?
{"sid":"iVX","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="Generate!" />
<link async href="http://fonts.googleapis.com/css?family=Press%20Start%202P" data-generated="http://enjoycss.com" rel="stylesheet" type="text/css"/>
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;
  cursor: pointer;
  padding: 10px 20px;
  border: 6px solid rgba(255,255,255,1);
  font: normal 24px/37px "Press Start 2P", Helvetica, sans-serif;
  color: rgba(255,255,255,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(255,255,255,0);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(255,255,255,0.74) ;
  box-shadow: 2px 2px 2px 0 rgba(255,255,255,0.74) ;
  -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 {
  text-shadow: 0 0 9px rgba(20,255,20,0.7) ;
}