fix
Joan Leon
There is no longer any excuse for not playing with #css3 http://enjoycss.com/
Proceed(8)
Thanks for your like.
You've done it, haven't you?
{"sid":"kjl","rid":0,"page":"code","page_params":[],"username":"eslbat"}
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">Enjoy</div>
Copy to clipboard
CSS
LESS
SCSS
.enjoy-css {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  margin: -2px;
  padding: 20px;
  overflow: hidden;
  border: 2px solid;
  font: normal normal bold 18px/1 Arial Black, Gadget, sans-serif;
  color: rgba(255,255,255,1);
  text-indent: 10px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: #505354;
}