fix
Leonardo Montenegro
I recommend this online #CSS3 code generator by @enjoycss
Proceed(8)
Thanks for your like.
You've done it, haven't you?
{"sid":"3dS","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">hello world</div>
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 16px/normal "Times New Roman", Times, serif;
  color: rgba(234,16,92,0.9);
  -o-text-overflow: clip;
  text-overflow: clip;
}

.enjoy-css:hover {
  background: #3bcee5;
}

.enjoy-css:active {
  background: #34495e;
}

.enjoy-css::before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 30%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border: none;
  font: normal normal bold 16px/normal "Times New Roman", Times, serif;
  color: rgba(0,39,234,0.9);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(224,195,92,1);
  text-shadow: none;
}

.enjoy-css::after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 30%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  border: none;
  font: normal normal bold 16px/normal "Times New Roman", Times, serif;
  color: rgba(6,90,201,0.9);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(155,89,182,0.9);
  text-shadow: none;
}