fix
Dave Ellis
This is a great CSS tool, particularly useful for 3D transforms
Proceed(9)
Thanks for your like.
You've done it, haven't you?
{"sid":"yd","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="Enjoy" />
<link async href="http://fonts.googleapis.com/css?family=Arizonia" 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;
  float: left;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 0 0 45%;
  padding: 8px 25px;
  border: 1px solid #018dc4;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: normal 25px/normal "Arizonia", Helvetica, sans-serif;
  color: rgba(255,255,255,0.9);
  -o-text-overflow: clip;
  text-overflow: clip;
  word-spacing: 19px;
  background: #02aad8;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(59,100,165,1) ;
  box-shadow: 2px 2px 2px 0 rgba(59,100,165,1) ;
  text-shadow: -1px -1px 0 rgba(15,73,168,0.66) ;
  -webkit-transition: background 500ms cubic-bezier(0.42, 0, 0.58, 1), box-shadow 0 cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: background 500ms cubic-bezier(0.42, 0, 0.58, 1), box-shadow 0 cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: background 500ms cubic-bezier(0.42, 0, 0.58, 1), box-shadow 0 cubic-bezier(0.42, 0, 0.58, 1);
  transition: background 500ms cubic-bezier(0.42, 0, 0.58, 1), box-shadow 0 cubic-bezier(0.42, 0, 0.58, 1);
}