fix
Kazumasa Okabe
OnlineTool which allows creating a nice look without writing a code. EnjoyCSS can be easily used by people who are not professionals in CSS coding.
Proceed(9)
Thanks for your like.
You've done it, haven't you?
{"sid":"AF","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 {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 10px 20px;
  border: 1px dotted rgba(242,48,48,0.66);
  -webkit-border-radius: 7px;
  border-radius: 7px;
  font: normal 16px/normal "Times New Roman", Times, serif;
  color: rgba(88,193,232,1);
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: rgba(242,196,196,1);
  -webkit-box-shadow: 0 0 8px 2px rgba(41,161,209,0.68) ;
  box-shadow: 0 0 8px 2px rgba(41,161,209,0.68) ;
  text-shadow: 1px 1px 0 rgba(249,247,247,0.66) ;
  -webkit-transition: color 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 1ms;
  -moz-transition: color 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 1ms;
  -o-transition: color 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 1ms;
  transition: color 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 1ms;
  -webkit-transform: rotateX(-19.48056503444799deg) rotateY(-1.1459155902616465deg)   ;
  transform: rotateX(-19.48056503444799deg) rotateY(-1.1459155902616465deg)   ;
  -webkit-transform-origin: 50% 50% 7%;
  transform-origin: 50% 50% 7%;
}