fix
Joan Leon
There is no longer any excuse for not playing with #css3 http://enjoycss.com/
Proceed(7)
Thanks for your like.
You've done it, haven't you?
{"sid":"fIV","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="" />
Copy to clipboard
CSS
LESS
SCSS
.enjoy-css {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 483px;
  height: 336px;
  top: 0;
  bottom: 0;
  padding: 20px;
  overflow: hidden;
  border-top: 2px double;
  border-right: 2px double;
  border-bottom: 0 double;
  border-left: 0 double;
  font: normal 16px/1 Tahoma, Geneva, sans-serif;
  color: rgba(255,255,255,1);
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: url("https://enjoycss.com/bg-img/custom/3373-1yhmaiw.png"), #6ea3b2;
  background-position: 50% 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2) ;
}