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":"xE","rid":13,"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
<div class="enjoy-css">Buttons</div>
Copy to clipboard
CSS
LESS
SCSS
.enjoy-css {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 150px;
  height: 88px;
  margin: 32px 0 0;
  border: none;
  font: italic normal lighter 30px/1 "Times New Roman", Times, serif;
  color: rgb(255, 255, 255);
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(0,0,0,0);
  text-shadow: 0 -1px 1px rgb(61,7,0) ;
}

.enjoy-css:hover {
  cursor: pointer;
}

.enjoy-css:active {
}