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":"FWI","rid":7,"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="hottie-blush">Enjoy</div>
Copy to clipboard
CSS
LESS
SCSS
.hottie-blush {
  display: inline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  z-index: 3;
  width: 12%;
  height: 22%;
  position: fixed;
  bottom: -1px;
  margin: auto 10% -1px 75%;
  padding: auto auto -1px;
  overflow: hidden;
  border: none;
  font: normal 16px/1 "Times New Roman", Times, serif;
  color: black;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: #ff0053;
  -webkit-transform: rotateX(0.5729577951308232deg) rotateY(0.5729577951308232deg)   ;
  transform: rotateX(0.5729577951308232deg) rotateY(0.5729577951308232deg)   ;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
}

.hottie-blush:active {
}

.hottie-blush::before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 30%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border: none;
  font: normal 16px/normal "Times New Roman", Times, serif;
  color: rgba(0,0,0,0.9);
  -o-text-overflow: clip;
  text-overflow: clip;
  text-shadow: none;
}

.hottie-blush::after {
  display: inline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  z-index: 3;
  width: 12%;
  height: 22%;
  position: fixed;
  content: "";
  bottom: -1px;
  margin: auto 10% -1px 75%;
  padding: auto auto -1px;
  overflow: hidden;
  border: none;
  font: normal 16px/1 "Times New Roman", Times, serif;
  color: black;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: #ff0053;
  text-shadow: none;
  -webkit-transform: rotateX(0.5729577951308232deg) rotateY(0.5729577951308232deg)   ;
  transform: rotateX(0.5729577951308232deg) rotateY(0.5729577951308232deg)   ;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
}