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":"BB","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=Audiowide" 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;
  z-index: 5;
  cursor: pointer;
  margin: 3px 0 3px 3px;
  padding: 7px;
  overflow: auto;
  border: 1px solid rgba(7,144,249,0.6);
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  font: normal normal bold 16px/normal "Audiowide", Helvetica, sans-serif;
  color: rgba(0,0,0,0.2);
  text-align: justify;
  text-indent: 31px;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #00aeff;
  -webkit-box-shadow: 0 5px 0 0 #1379d8 ;
  box-shadow: 0 5px 0 0 #1379d8 ;
  text-shadow: 0 0 0 rgba(15,73,168,0.66) ;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 4ms;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 4ms;
  -o-transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 4ms;
  transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 4ms;
}