fix
Rashel Hariri
This is so helpful!
Proceed(8)
Thanks for your like.
You've done it, haven't you?
{"sid":"QBL","rid":1,"page":"code","page_params":[],"username":"khm.karimhisham"}
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
<input type="button" class="home-button" value="Home" />
Copy to clipboard
CSS
LESS
SCSS
.home-button {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  margin: 30px 5px 0;
  padding: 10px 20px;
  border: none;
  font: normal normal bold 16px/normal Tahoma, Geneva, sans-serif;
  color: rgba(255,255,255,0.9);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(0,128,128,1);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  text-shadow: 3px 2px 2px rgba(81,81,81,0.61) ;
}