fix
Dave Ellis
This is a great CSS tool, particularly useful for 3D transforms
Proceed(8)
Thanks for your like.
You've done it, haven't you?
{"sid":"sOR","rid":4,"page":"code","page_params":[],"username":"oopylat"}
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="Button_main_last" value="Бизнес, деньги, финансовое благополучие" />
<script type="text/javascript" script-name="pt-sans-narrow" src="http://use.edgefonts.net/pt-sans-narrow.js"></script>
Copy to clipboard
CSS
LESS
SCSS
.Button_main_last {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 90%;
  position: relative;
  margin: 5px 0;
  padding: 4px 20px;
  border: 1px solid rgba(193,32,38,1);
  font: normal 30px/normal "pt-sans-narrow", Helvetica, sans-serif;
  color: rgba(255,255,255,1);
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  white-space: pre-wrap;
  background: rgba(193,32,38,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: 0 0 0 rgba(15,73,168,0.66) ;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.Button_main_last:active {
  font: normal 28px/normal "pt-sans-narrow", Helvetica, sans-serif;
}