fix
Rashel Hariri
This is so helpful!
Proceed(7)
Thanks for your like.
You've done it, haven't you?
{"sid":"cSG","rid":1,"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"></div>
Copy to clipboard
CSS
LESS
SCSS
.enjoy-css {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 300px;
  height: 300px;
  border: none;
  font: normal 16px/1 "Times New Roman", Times, serif;
  color: rgba(255,255,255,1);
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: -webkit-linear-gradient(-225deg, rgba(3,175,72,1) 0, rgba(3,175,72,1) 38%, rgba(0,150,255,1) 100%, rgba(0,153,61,1) 100%);
  background: -moz-linear-gradient(315deg, rgba(3,175,72,1) 0, rgba(3,175,72,1) 38%, rgba(0,150,255,1) 100%, rgba(0,153,61,1) 100%);
  background: linear-gradient(315deg, rgba(3,175,72,1) 0, rgba(3,175,72,1) 38%, rgba(0,150,255,1) 100%, rgba(0,153,61,1) 100%);
  background-position: 50% 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
}