fix
Joan Leon
There is no longer any excuse for not playing with #css3 http://enjoycss.com/
Proceed(9)
Thanks for your like.
You've done it, haven't you?
{"sid":"xF","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 class="enjoy-css" placeholder="Enjoy" />
Copy to clipboard
CSS
LESS
SCSS
.enjoy-css {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 4px;
  padding: 10px 20px 10px 19px;
  border: 1px solid rgba(40,40,40,1);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: normal 16px/normal "Times New Roman", Times, serif;
  color: rgba(0,142,198,1);
  text-indent: 5px;
  -o-text-overflow: clip;
  text-overflow: clip;
  letter-spacing: 4px;
  white-space: pre-line;
  word-spacing: 9px;
  background: -webkit-linear-gradient(-90deg, rgba(183,222,237,1) 0, rgba(113,206,239,1) 50%, rgba(33,180,226,1) 51%, rgba(183,222,237,1) 100%), #58b5b5;
  background: -moz-linear-gradient(180deg, rgba(183,222,237,1) 0, rgba(113,206,239,1) 50%, rgba(33,180,226,1) 51%, rgba(183,222,237,1) 100%), #58b5b5;
  background: linear-gradient(180deg, rgba(183,222,237,1) 0, rgba(113,206,239,1) 50%, rgba(33,180,226,1) 51%, rgba(183,222,237,1) 100%), #58b5b5;
  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;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(183,58,58,0.6) inset;
  box-shadow: 2px 2px 2px 0 rgba(183,58,58,0.6) inset;
  text-shadow: 10px 1px 0 rgba(255,153,0,0.4) ;
  -webkit-transition: text-indent 231ms cubic-bezier(0.42, 0, 0.58, 1) 12ms;
  -moz-transition: text-indent 231ms cubic-bezier(0.42, 0, 0.58, 1) 12ms;
  -o-transition: text-indent 231ms cubic-bezier(0.42, 0, 0.58, 1) 12ms;
  transition: text-indent 231ms cubic-bezier(0.42, 0, 0.58, 1) 12ms;
  -webkit-transform: rotateZ(16.615776058793873deg)   ;
  transform: rotateZ(16.615776058793873deg)   ;
}