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":"eab","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
<div class="enjoy-css">Six Degrees</div>
<link async href="http://fonts.googleapis.com/css?family=Architects%20Daughter" data-generated="http://enjoycss.com" rel="stylesheet" type="text/css"/>
Copy to clipboard
CSS
LESS
SCSS
.enjoy-css {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: none;
  font: normal 76px/1 "Architects Daughter", Helvetica, sans-serif;
  color: rgba(119,15,188,1);
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-shadow: 6px 4px 12px rgba(0,0,0,0.5) ;
  -webkit-transition: font-size 201ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -moz-transition: font-size 201ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -o-transition: font-size 201ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  transition: font-size 201ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -webkit-transform: rotateX(30.36676314193363deg) rotateY(20.626480624709636deg)   ;
  transform: rotateX(30.36676314193363deg) rotateY(20.626480624709636deg)   ;
}

.enjoy-css:hover {
  color: #1bce4d;
  text-shadow: 3px 3px 4px rgba(0,255,0,0.7) ;
  -webkit-transition: color 200ms cubic-bezier(0.68, -0.75, 0.265, 1.75) 10ms;
  -moz-transition: color 200ms cubic-bezier(0.68, -0.75, 0.265, 1.75) 10ms;
  -o-transition: color 200ms cubic-bezier(0.68, -0.75, 0.265, 1.75) 10ms;
  transition: color 200ms cubic-bezier(0.68, -0.75, 0.265, 1.75) 10ms;
  -webkit-transform: none;
  transform: none;
}