fix
Chris Demeke
Everyone can be a semi web designer now.
Proceed(9)
Thanks for your like.
You've done it, haven't you?
{"sid":"xE","rid":14,"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">Buttons</div>
Copy to clipboard
CSS
LESS
SCSS
.enjoy-css {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 150px;
  height: 90px;
  margin: 30px 0 0;
  border: none;
  font: normal normal bold 13px/1 "Times New Roman", Times, serif;
  color: rgb(255, 255, 255);
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(0,0,0,0);
  text-shadow: 0 -1px 1px rgb(71,53,105) ;
}

.enjoy-css:hover {
  cursor: pointer;
}

.enjoy-css:active {
}