fix
Rashel Hariri
This is so helpful!
Proceed(8)
Thanks for your like.
You've done it, haven't you?
{"sid":"ZIx","rid":0,"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: 478px;
  height: 300px;
  position: fixed;
  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(-81deg, rgba(170,120,111,0.32) 0, rgba(142,99,99,1) 1%, rgba(137,37,125,0) 56%, rgba(165,72,72,0) 100%), rgba(106,160,119,0.62);
  background: -moz-linear-gradient(171deg, rgba(170,120,111,0.32) 0, rgba(142,99,99,1) 1%, rgba(137,37,125,0) 56%, rgba(165,72,72,0) 100%), rgba(106,160,119,0.62);
  background: linear-gradient(171deg, rgba(170,120,111,0.32) 0, rgba(142,99,99,1) 1%, rgba(137,37,125,0) 56%, rgba(165,72,72,0) 100%), rgba(106,160,119,0.62);
  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;
}