fix
Joan Leon
There is no longer any excuse for not playing with #css3 http://enjoycss.com/
Proceed(5)
Thanks for your like.
You've done it, haven't you?
{"sid":"dn7","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="D">D&K Photography</div>
<script type="text/javascript" script-name="bebas-neue" src="http://use.edgefonts.net/bebas-neue.js"></script>
Copy to clipboard
CSS
LESS
SCSS
.D {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 1051px;
  padding: 40px;
  overflow: hidden;
  border: 0 solid;
  border-bottom: 10px solid #3bbcff;
  font: normal 116px/1 "bebas-neue", Helvetica, sans-serif;
  color: rgba(255,255,255,1);
  text-align: center;
  text-indent: -150px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: url("https://enjoycss.com/bg-img/custom/12510-1h6b1pl.png"), #c8c8c8;
  background-repeat: no-repeat;
  background-position: 0 54%;
  -webkit-background-origin: content-box;
  background-origin: content-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: 108px auto;
  background-size: 108px auto;
}