fix
Christian Heilmann
EnjoyCSS is a WYSIWYG editor for CSS http://enjoycss.com/start/ - includes pseudo selector generation.
Proceed(7)
Thanks for your like.
You've done it, haven't you?
{"sid":"hv2","rid":2,"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="Pag6-HeadTXT">Consumiveis de Impressão...</div>
<link async href="http://fonts.googleapis.com/css?family=Wendy%20One" data-generated="http://enjoycss.com" rel="stylesheet" type="text/css"/>
Copy to clipboard
CSS
LESS
SCSS
.Pag6-HeadTXT {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  border: none;
  font: normal 72px/normal "Wendy One", Helvetica, sans-serif;
  color: rgba(152,197,206,1);
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  text-shadow: 0 -1px 0 rgba(227,239,242,1) , 0 -2px 0 rgb(201,201,201) , 0 -3px 0 rgba(195,221,226,1) , 0 -4px 0 rgba(184,215,221,1) , 0 -5px 0 rgba(171,208,215,1) , 0 5px 10px rgba(0,0,0,0.247059) , 0 5px 10px rgba(0,0,0,0.2) ;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}
color picker