fix
Rodrigo Kono
This webApp can help for developers who are not masters in CSS
Proceed(8)
Thanks for your like.
You've done it, haven't you?
{"sid":"ANA","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
<div class="cenjoy-css">Do it NOW!
</div>
Copy to clipboard
CSS
LESS
SCSS
.cenjoy-css {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 150px;
  height: 100px;
  border: 2px solid rgba(0,150,255,0.91);
  font: normal 20px/1 Georgia, serif;
  color: rgba(0,0,0,1);
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: rgb(255,255,255);
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -webkit-transform: rotateX(-3.437746770784939deg) rotateY(-20.626480624709636deg) rotateZ(45.26366581533504deg)   ;
  transform: rotateX(-3.437746770784939deg) rotateY(-20.626480624709636deg) rotateZ(45.26366581533504deg)   ;
}